diff options
| author | Erik Naggum | 1996-11-11 20:42:08 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-11-11 20:42:08 +0000 |
| commit | 488a0b059bc6535cf7bf7b90637badd1ab210a55 (patch) | |
| tree | cc00fbeff1e2f02ce6e3cb72fdfdf39e26f7f0dd | |
| parent | 4315204e5b48828e7493b131c0141a41ae06a819 (diff) | |
| download | emacs-488a0b059bc6535cf7bf7b90637badd1ab210a55.tar.gz emacs-488a0b059bc6535cf7bf7b90637badd1ab210a55.zip | |
(combine-after-change-calls): The first form is not special.
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 581 | (put 'save-match-data 'lisp-indent-function 0) | 581 | (put 'save-match-data 'lisp-indent-function 0) |
| 582 | (put 'save-current-buffer 'lisp-indent-function 0) | 582 | (put 'save-current-buffer 'lisp-indent-function 0) |
| 583 | (put 'with-current-buffer 'lisp-indent-function 1) | 583 | (put 'with-current-buffer 'lisp-indent-function 1) |
| 584 | (put 'combine-after-change-calls 'lisp-indent-function 1) | 584 | (put 'combine-after-change-calls 'lisp-indent-function 0) |
| 585 | (put 'with-output-to-string 'lisp-indent-function 0) | 585 | (put 'with-output-to-string 'lisp-indent-function 0) |
| 586 | (put 'with-temp-file 'lisp-indent-function 1) | 586 | (put 'with-temp-file 'lisp-indent-function 1) |
| 587 | (put 'with-temp-buffer 'lisp-indent-function 0) | 587 | (put 'with-temp-buffer 'lisp-indent-function 0) |