Mercurial > emacs
changeset 41334:cc4a4bcf9fb6
(lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Nov 2001 23:52:46 +0000 |
parents | fcb2aaafc8b2 |
children | b300e8b6992e |
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 Tue Nov 20 23:43:55 2001 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Tue Nov 20 23:52:46 2001 +0000 @@ -379,7 +379,8 @@ Semicolons start comments. \\{lisp-interaction-mode-map} Entry to this mode calls the value of `lisp-interaction-mode-hook' -if that value is non-nil.") +if that value is non-nil." + (setq local-abbrev-table lisp-mode-abbrev-table)) (defun eval-print-last-sexp () "Evaluate sexp before point; print value into current buffer.