# HG changeset patch # User Erik Naggum # Date 847744928 0 # Node ID 41bbec0cc4c621ea8ee1c1e47a5dfc1e7234342e # Parent 4999fc12564e47d8b585a545c052646163e2d7eb (combine-after-change-calls): The first form is not special. diff -r 4999fc12564e -r 41bbec0cc4c6 lisp/emacs-lisp/lisp-mode.el --- 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)