# HG changeset patch # User Richard M. Stallman # Date 1006300366 0 # Node ID cc4a4bcf9fb6958c17ee1d1c9d985465820e923e # Parent fcb2aaafc8b2c30776d3a058ad0df47bd2c08a4e (lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table. diff -r fcb2aaafc8b2 -r cc4a4bcf9fb6 lisp/emacs-lisp/lisp-mode.el --- 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.