aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2002-03-12 18:55:12 +0000
committerGerd Moellmann2002-03-12 18:55:12 +0000
commit8460b6897bfcd611e8a7ea737c84d1c544f46115 (patch)
treeea6c0ba1c5561e06d1a2ce648650a82d6ee5a2e0
parent7dcece1445d89e4b7e8e2e423863898634f7b63e (diff)
downloademacs-8460b6897bfcd611e8a7ea737c84d1c544f46115.tar.gz
emacs-8460b6897bfcd611e8a7ea737c84d1c544f46115.zip
*** empty log message ***
-rw-r--r--etc/NEWS3
-rw-r--r--lisp/ChangeLog1
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b2f815e5cb..0d102cad60f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -478,6 +478,9 @@ cl-indent package. The new user options
478`lisp-simple-loop-indentation' can be used to customize the 478`lisp-simple-loop-indentation' can be used to customize the
479indentation of keywords and forms in loop forms. 479indentation of keywords and forms in loop forms.
480 480
481** Indentation of backquoted forms has been made customizable in the
482cl-indent package. See the new user option `lisp-backquote-indentation'.
483
481** New modes and packages 484** New modes and packages
482 485
483+++ 486+++
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a865f7c0552..0fc898b4df6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,6 +9,7 @@
9 common-lisp-indent-function. 9 common-lisp-indent-function.
10 (common-lisp-indent-function): Handle loop forms specially. 10 (common-lisp-indent-function): Handle loop forms specially.
11 (lisp-indent-defmethod): Use car/cdr instead of first/rest. 11 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12 (lisp-backquote-indentation): New user option.
12 13
132002-03-12 Francesco Potorti` <pot@gnu.org> 142002-03-12 Francesco Potorti` <pot@gnu.org>
14 15