]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-interaction-mode): Set local-abbrev-table to lisp-mode-abbrev-table.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Nov 2001 23:54:28 +0000 (23:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Nov 2001 23:54:28 +0000 (23:54 +0000)
lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index f41664569b4ccdb9da14ec372ce181775b9e9182..5065f1fd3324a07b2ad36396cd3ce6a879e2794d 100644 (file)
@@ -1,5 +1,16 @@
 2001-11-20  Richard M. Stallman  <rms@gnu.org>
 
+       * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
+       Set local-abbrev-table to lisp-mode-abbrev-table.
+
+       * emacs-lisp/re-builder.el (reb-mode): 
+       Don't use define-derived-mode.  Call kill-all-local-variables.
+       
+       * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
+       Don't use define-derived-mode.
+
+       * help-mode.el (help-mode): Undo 2001-10-07 change.
+
        * replace.el (occur-mode): Undo 2001-5-20 change.
 
 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
index 95bfd0121f725b752ffd97f3f04a5c399b3f9ab9..a077c9e3d3b5180d9756fe5ee6ddec878df419ad 100644 (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.