(combine-after-change-calls): The first form is not special.
authorErik Naggum <erik@naggum.no>
Mon, 11 Nov 1996 20:42:08 +0000 (20:42 +0000)
committerErik Naggum <erik@naggum.no>
Mon, 11 Nov 1996 20:42:08 +0000 (20:42 +0000)
lisp/emacs-lisp/lisp-mode.el

index d04da84..b86e497 100644 (file)
@@ -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)