]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 12 Mar 2002 18:55:12 +0000 (18:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 12 Mar 2002 18:55:12 +0000 (18:55 +0000)
etc/NEWS
lisp/ChangeLog

index 6b2f815e5cbddaa5e4c42d91b9e10083823a5b90..0d102cad60f937046a84098f6d4a996c8523b3cf 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -478,6 +478,9 @@ cl-indent package.  The new user options
 `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
 
 +++
index a865f7c05522187ef8589de9af33bdb1a57ff3d0..0fc898b4df6c6386219bc6558284553878f7feb8 100644 (file)
@@ -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>