Mercurial > emacs
changeset 16551:588a76a5a840
(combine-after-change-calls): Add lisp-indent-function property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Nov 1996 21:48:25 +0000 |
parents | 158dd5ed6ae8 |
children | fe3d32bca2c5 |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Sat Nov 09 21:48:07 1996 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Sat Nov 09 21:48:25 1996 +0000 @@ -581,6 +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 'with-output-to-string 'lisp-indent-function 0) (put 'with-temp-file 'lisp-indent-function 1) (put 'with-temp-buffer 'lisp-indent-function 0)