# HG changeset patch # User Dave Love # Date 949097670 0 # Node ID a681b4de47a11161a2754647054b5da9e58a59bb # Parent b51c38875faf00ccee0b3da36df7c7f34158da2b Add indent specs for dolist, dotimes, when, unless. diff -r b51c38875faf -r a681b4de47a1 lisp/emacs-lisp/lisp-mode.el --- 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.