summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-11-09 21:48:25 +0000
committerRichard M. Stallman <rms@gnu.org>1996-11-09 21:48:25 +0000
commit775dabb5ac86a8550542a49b4c2af4153c1a731e (patch)
treeac1339e671551615e999c38bedfb4688fd60d537
parentdba821589bfdd3e2c2a036c02b4d79fc4a6265d9 (diff)
downloademacs-775dabb5ac86a8550542a49b4c2af4153c1a731e.tar.gz
(combine-after-change-calls): Add lisp-indent-function property.
-rw-r--r--lisp/emacs-lisp/lisp-mode.el1
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)