From: Dave Love Date: Fri, 28 Jan 2000 22:14:30 +0000 (+0000) Subject: Add indent specs for dolist, dotimes, when, unless. X-Git-Tag: emacs-pretest-21.0.90~5211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05c7103660d89227c489e61bc8328ea26ea11629;p=emacs.git Add indent specs for dolist, dotimes, when, unless. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 6d4bfc871ca..d08ef0660a3 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -767,6 +767,10 @@ is the buffer position of the start of the containing expression." (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.