changeset 43864:ecb4683e36bc

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Mar 2002 18:55:12 +0000
parents a9372fe25f24
children bb2729709a8a
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue Mar 12 17:24:31 2002 +0000
+++ b/etc/NEWS	Tue Mar 12 18:55:12 2002 +0000
@@ -478,6 +478,9 @@
 `lisp-simple-loop-indentation' can be used to customize the
 indentation of keywords and forms in loop forms.
 
+** Indentation of backquoted forms has been made customizable in the
+cl-indent package.  See the new user option `lisp-backquote-indentation'.
+
 ** New modes and packages
 
 +++
--- a/lisp/ChangeLog	Tue Mar 12 17:24:31 2002 +0000
+++ b/lisp/ChangeLog	Tue Mar 12 18:55:12 2002 +0000
@@ -9,6 +9,7 @@
 	common-lisp-indent-function.
 	(common-lisp-indent-function): Handle loop forms specially.
 	(lisp-indent-defmethod): Use car/cdr instead of first/rest.
+	(lisp-backquote-indentation): New user option.
 
 2002-03-12  Francesco Potorti`  <pot@gnu.org>