Mercurial > emacs
changeset 27484:a681b4de47a1
Add indent specs for dolist, dotimes, when, unless.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 28 Jan 2000 22:14:30 +0000 |
parents | b51c38875faf |
children | 82ee2e8bf67c |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Fri Jan 28 22:12:29 2000 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Fri Jan 28 22:14:30 2000 +0000 @@ -767,6 +767,10 @@ (put 'unwind-protect 'lisp-indent-function 1) (put 'with-output-to-temp-buffer 'lisp-indent-function 1) (put 'eval-after-load 'lisp-indent-function 1) +(put 'dolist 'lisp-indent-function 1) +(put 'dotimes 'lisp-indent-function 1) +(put 'when 'lisp-indent-function 1) +(put 'unless 'lisp-indent-function 1) (defun indent-sexp (&optional endpos) "Indent each line of the list starting just after point.