diff lisp/ChangeLog @ 72684:f65ec4fd2be1

Remove * in docstrings. (prolog-program-name): Add SWI prolog. (prolog-mode-menu): New menu. (prolog-mode): Set comment-add. (prolog-indent-line): Simplify. Use indent-line-to. (inferior-prolog-buffer): New var. (inferior-prolog-run, inferior-prolog-process): New funs. (run-prolog, switch-to-prolog): Rewrite, using them. (prolog-consult-region): Use inferior-prolog-buffer. (inferior-prolog-load-file): New function. (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 06 Sep 2006 17:34:12 +0000
parents e37026af049b
children 2f8ec29373d1
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 06 16:35:18 2006 +0000
+++ b/lisp/ChangeLog	Wed Sep 06 17:34:12 2006 +0000
@@ -1,5 +1,17 @@
 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/prolog.el: Remove * in docstrings.
+	(prolog-program-name): Add SWI prolog.
+	(prolog-mode-menu): New menu.
+	(prolog-mode): Set comment-add.
+	(prolog-indent-line): Simplify.  Use indent-line-to.
+	(inferior-prolog-buffer): New var.
+	(inferior-prolog-run, inferior-prolog-process): New funs.
+	(run-prolog, switch-to-prolog): Rewrite, using them.
+	(prolog-consult-region): Use inferior-prolog-buffer.
+	(inferior-prolog-load-file): New function.
+	(prolog-mode-map): Add bindings for load-file and switch-to-prolog.
+
 	* textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
 	last word, if it's not the end of the paragraph.