diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-11-09 21:48:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-11-09 21:48:25 +0000 |
commit | 92475d89c318158aa7490fd2d017cd7fc1affed5 (patch) | |
tree | 4d74cc6580e37b9a0cb2e009ca4c33a95530d1ef /lisp | |
parent | 5398a9e7bf01a85f78057f4258660d969f409028 (diff) | |
download | emacs-92475d89c318158aa7490fd2d017cd7fc1affed5.tar.gz emacs-92475d89c318158aa7490fd2d017cd7fc1affed5.tar.bz2 emacs-92475d89c318158aa7490fd2d017cd7fc1affed5.zip |
(combine-after-change-calls): Add lisp-indent-function property.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index f19f55431ab..d04da84c863 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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) |