# HG changeset patch # User Richard M. Stallman # Date 911501147 0 # Node ID 2ef2813414b6e378b0de5645b6811bf8c0c92373 # Parent 1e1e575a2c44699ef7e66994395af0275a409dbb (lisp-interaction-mode-map): Doc fix. (with-temp-message): Add lisp-indent-function property. diff -r 1e1e575a2c44 -r 2ef2813414b6 lisp/emacs-lisp/lisp-mode.el --- 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)