diff options
author | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-05-09 21:50:55 +0000 |
commit | f9f9507e1d3202408b73b0c32a6e504502a70d5e (patch) | |
tree | f53ad33f6276bfcd7d883fc82c7a6f8795c80f6a /lisp/progmodes/prolog.el | |
parent | 745bc783eb8bd84b07a7d512660947ec214e71eb (diff) | |
download | emacs-f9f9507e1d3202408b73b0c32a6e504502a70d5e.tar.gz emacs-f9f9507e1d3202408b73b0c32a6e504502a70d5e.tar.bz2 emacs-f9f9507e1d3202408b73b0c32a6e504502a70d5e.zip |
*** empty log message ***
Diffstat (limited to 'lisp/progmodes/prolog.el')
-rw-r--r-- | lisp/progmodes/prolog.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 90058595b49..9220495bbf8 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el @@ -84,6 +84,7 @@ nil means send actual operating system end of file.") (setq prolog-mode-map (make-sparse-keymap)) (prolog-mode-commands prolog-mode-map)) +;;;###autoload (defun prolog-mode () "Major mode for editing Prolog code for Prologs. Blank lines and `%%...' separate paragraphs. `%'s start comments. @@ -227,6 +228,7 @@ Return not at end copies rest of line to end and sends it. (use-local-map inferior-prolog-mode-map) (run-hooks 'prolog-mode-hook)) +;;;###autoload (defun run-prolog () "Run an inferior Prolog process, input and output via buffer *prolog*." (interactive) |