changeset 16563:41bbec0cc4c6

(combine-after-change-calls): The first form is not special.
author Erik Naggum <erik@naggum.no>
date Mon, 11 Nov 1996 20:42:08 +0000
parents 4999fc12564e
children 83d580ba04cf
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Mon Nov 11 20:33:21 1996 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Mon Nov 11 20:42:08 1996 +0000
@@ -581,7 +581,7 @@
 (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)