Mercurial > emacs
annotate etc/ORDERS @ 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 | dcdbdce3d030 |
children | 0259a1711394 |
rev | line source |
---|---|
32916 | 1 Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference |
2 Manual, "Programming in Emacs Lisp: An Introduction", and other | |
3 materials can be ordered directly from the Free Software Foundation. | |
4 For more information, see the order form on the web at | |
36397 | 5 <http://www.gnu.org/order/order.html>. Your purchases will help support |
32916 | 6 further development of Emacs and other free software programs. You |
7 can also make tax-deductable donations to the Free Software Foundation, | |
8 a not-for-profit organization (assuming you pay US taxes) - see | |
36397 | 9 <http://www.gnu.org/help/donate.html>. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
10 |
71190 | 11 Copyright (c) 2000, 2001, 2006 Free Software Foundation, Inc. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
12 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
13 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
14 provided this notice is preserved. |