]> git.eshelyaron.com Git - emacs.git/commitdiff
Add indent specs for dolist, dotimes, when, unless.
authorDave Love <fx@gnu.org>
Fri, 28 Jan 2000 22:14:30 +0000 (22:14 +0000)
committerDave Love <fx@gnu.org>
Fri, 28 Jan 2000 22:14:30 +0000 (22:14 +0000)
lisp/emacs-lisp/lisp-mode.el

index 6d4bfc871ca670872a52ad2d78786ba633f9b263..d08ef0660a3cb206b287498815637848e1981b2b 100644 (file)
@@ -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.