(combine-after-change-calls): Add lisp-indent-function property.

This commit is contained in:
Richard M. Stallman 1996-11-09 21:48:25 +00:00
parent 5398a9e7bf
commit 92475d89c3

View file

@ -581,6 +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 'with-output-to-string 'lisp-indent-function 0)
(put 'with-temp-file 'lisp-indent-function 1)
(put 'with-temp-buffer 'lisp-indent-function 0)