]> git.eshelyaron.com Git - emacs.git/commit
(prolog-program-name): Use gprolog if available.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 8 Feb 2004 23:37:11 +0000 (23:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 8 Feb 2004 23:37:11 +0000 (23:37 +0000)
commit6cfd4f3ad927c5d9534e89e2a2f03edd6b8af881
treebd86d79917b841f2211ba1d1b0f291ed3bebd57f
parentc3c6c23cc6fe72083c841b2e296a6dc4fd69f7b4
(prolog-program-name): Use gprolog if available.
(prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
Bring together declaration and initialization.
(prolog-mode-variables): Don't set the syntax table.
Don't set paragraph-start and comment-indent-function.
Add /*..*/ to the comment regexps.
(prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
(prolog-mode-map): Don't bind TAB.
(prolog-mode): Set the syntax table.
(prolog-comment-indent): Remove.
(inferior-prolog-mode-map): Initialize in the declaration.
(inferior-prolog-mode-syntax-table)
(inferior-prolog-mode-abbrev-table): New vars.
(inferior-prolog-mode): Derive from comint-mode.
(run-prolog): Avoid switch-to-buffer which can fail in dedicated and
minibuffer windows.
lisp/progmodes/prolog.el