Function: prolog-old-process-buffer
prolog-old-process-buffer is a byte-compiled function defined in
prolog.el.gz.
Signature
(prolog-old-process-buffer COMPILEP)
Documentation
Process the entire buffer.
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-buffer (compilep)
"Process the entire buffer.
If COMPILEP is non-nil then use compilation, otherwise consulting."
(prolog-old-process-region compilep (point-min) (point-max)))