From: Gerd Moellmann Date: Tue, 12 Mar 2002 18:55:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8460b6897bfcd611e8a7ea737c84d1c544f46115;p=emacs.git *** empty log message *** --- 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 `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 +++ diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a865f7c0552..0fc898b4df6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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`