From 775dabb5ac86a8550542a49b4c2af4153c1a731e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Nov 1996 21:48:25 +0000 Subject: (combine-after-change-calls): Add lisp-indent-function property. --- lisp/emacs-lisp/lisp-mode.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1