prolog-consult-compile

prolog-consult-compile is a compiled Lisp function in `prolog.el'.

(prolog-consult-compile COMPILEP FILE &optional FIRST-LINE)

Consult/compile FILE.
If COMPILEP is non-nil, perform compilation, otherwise perform CONSULTING.
COMMAND is a string described by the variables `prolog-consult-string'
and `prolog-compile-string'.
Optional argument FIRST-LINE is the number of the first line in the compiled
region.

This function must be called from the source code buffer.