comparison 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
comparison
equal deleted inserted replaced
72683:e37026af049b 72684:f65ec4fd2be1
1 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca> 1 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/prolog.el: Remove * in docstrings.
4 (prolog-program-name): Add SWI prolog.
5 (prolog-mode-menu): New menu.
6 (prolog-mode): Set comment-add.
7 (prolog-indent-line): Simplify. Use indent-line-to.
8 (inferior-prolog-buffer): New var.
9 (inferior-prolog-run, inferior-prolog-process): New funs.
10 (run-prolog, switch-to-prolog): Rewrite, using them.
11 (prolog-consult-region): Use inferior-prolog-buffer.
12 (inferior-prolog-load-file): New function.
13 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2 14
3 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before 15 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
4 last word, if it's not the end of the paragraph. 16 last word, if it's not the end of the paragraph.
5 17
6 * files.el (abbreviate-file-name): Don't mistakenly match newlines in 18 * files.el (abbreviate-file-name): Don't mistakenly match newlines in