From 488a0b059bc6535cf7bf7b90637badd1ab210a55 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Mon, 11 Nov 1996 20:42:08 +0000 Subject: [PATCH] (combine-after-change-calls): The first form is not special. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index d04da84c863..b86e497682d 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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) -- 2.39.5