mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
(save-current-buffer, with-current-buffer)
(with-output-to-string): Specify how to indent.
This commit is contained in:
parent
31f4ca2398
commit
38f16fe199
1 changed files with 3 additions and 0 deletions
|
|
@ -579,6 +579,9 @@ of the start of the containing expression."
|
|||
(put 'save-selected-window 'lisp-indent-function 0)
|
||||
(put 'save-restriction 'lisp-indent-function 0)
|
||||
(put 'save-match-data 'lisp-indent-function 0)
|
||||
(put 'save-current-buffer 'lisp-indent-function 0)
|
||||
(put 'with-current-buffer 'lisp-indent-function 0)
|
||||
(put 'with-output-to-string 'lisp-indent-function 0)
|
||||
(put 'let 'lisp-indent-function 1)
|
||||
(put 'let* 'lisp-indent-function 1)
|
||||
(put 'while 'lisp-indent-function 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue