mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(combine-after-change-calls): The first form is not special.
This commit is contained in:
parent
4315204e5b
commit
488a0b059b
@ -581,7 +581,7 @@ of the start of the containing expression."
|
||||
(put 'save-match-data 'lisp-indent-function 0)
|
||||
(put 'save-current-buffer 'lisp-indent-function 0)
|
||||
(put 'with-current-buffer 'lisp-indent-function 1)
|
||||
(put 'combine-after-change-calls 'lisp-indent-function 1)
|
||||
(put 'combine-after-change-calls 'lisp-indent-function 0)
|
||||
(put 'with-output-to-string 'lisp-indent-function 0)
|
||||
(put 'with-temp-file 'lisp-indent-function 1)
|
||||
(put 'with-temp-buffer 'lisp-indent-function 0)
|
||||
|
Loading…
Reference in New Issue
Block a user