1
Fork 0
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:
Richard M. Stallman 1996-09-27 20:38:03 +00:00
parent 31f4ca2398
commit 38f16fe199

View file

@ -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)