Add indentation rules for DEFUN's def* functions
This commit is contained in:
parent
8d086592c3
commit
7e1329e7ed
1 changed files with 7 additions and 0 deletions
|
@ -1295,6 +1295,13 @@ Lisp function does not specify a special indentation."
|
|||
|
||||
(put 'autoload 'lisp-indent-function 'defun) ;Elisp
|
||||
(put 'progn 'lisp-indent-function 0)
|
||||
(put 'defvar 'lisp-indent-function 'defun)
|
||||
(put 'defalias 'lisp-indent-function 'defun)
|
||||
(put 'defvaralias 'lisp-indent-function 'defun)
|
||||
(put 'defconst 'lisp-indent-function 'defun)
|
||||
(put 'define-category 'lisp-indent-function 'defun)
|
||||
(put 'define-charset-internal 'lisp-indent-function 'defun)
|
||||
(put 'define-fringe-bitmap 'lisp-indent-function 'defun)
|
||||
(put 'prog1 'lisp-indent-function 1)
|
||||
(put 'save-excursion 'lisp-indent-function 0) ;Elisp
|
||||
(put 'save-restriction 'lisp-indent-function 0) ;Elisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue