Function: prolog-old-process-predicate

prolog-old-process-predicate is a byte-compiled function defined in prolog.el.gz.

Signature

(prolog-old-process-predicate COMPILEP)

Documentation

Process the predicate around point.

If COMPILEP is non-nil then use compilation, otherwise consulting.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defun prolog-old-process-predicate (compilep)
  "Process the predicate around point.
If COMPILEP is non-nil then use compilation, otherwise consulting."
  (prolog-old-process-region
   compilep (prolog-pred-start) (prolog-pred-end)))