Mercurial > emacs
changeset 23738:2ef2813414b6
(lisp-interaction-mode-map): Doc fix.
(with-temp-message): Add lisp-indent-function property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 Nov 1998 18:45:47 +0000 |
parents | 1e1e575a2c44 |
children | 7b6f268e970d |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Thu Nov 19 18:43:35 1998 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Nov 19 18:45:47 1998 +0000 @@ -262,7 +262,7 @@ (error "Process lisp does not exist")) (defvar lisp-interaction-mode-map () - "Keymap for Lisp Interaction moe. + "Keymap for Lisp Interaction mode. All commands in `shared-lisp-mode-map' are inherited by this map.") (if lisp-interaction-mode-map @@ -659,6 +659,7 @@ (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) +(put 'with-temp-message 'lisp-indent-function 1) (put 'let 'lisp-indent-function 1) (put 'let* 'lisp-indent-function 1) (put 'while 'lisp-indent-function 1)