(lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table.

This commit is contained in:
Richard M. Stallman 2001-11-20 23:54:28 +00:00
parent ac5231e6bc
commit 310b122741
2 changed files with 13 additions and 1 deletions

View file

@ -379,7 +379,8 @@ Paragraphs are separated only by blank lines.
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.