(eval-after-load): Add lisp-indent-function for it.
This commit is contained in:
parent
e0119683e4
commit
b6b4c8bdd2
1 changed files with 1 additions and 0 deletions
|
@ -592,6 +592,7 @@ of the start of the containing expression."
|
|||
(put 'condition-case 'lisp-indent-function 2)
|
||||
(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)
|
||||
|
||||
(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