Add indent specs for dolist, dotimes, when, unless.
This commit is contained in:
parent
ba5494eb57
commit
05c7103660
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue