Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 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 | 15d7e3180dcf |
children | aeb0c4a140d2 |
comparison
equal
deleted
inserted
replaced
41333:fcb2aaafc8b2 | 41334:cc4a4bcf9fb6 |
---|---|
377 Delete converts tabs to spaces as it moves back. | 377 Delete converts tabs to spaces as it moves back. |
378 Paragraphs are separated only by blank lines. | 378 Paragraphs are separated only by blank lines. |
379 Semicolons start comments. | 379 Semicolons start comments. |
380 \\{lisp-interaction-mode-map} | 380 \\{lisp-interaction-mode-map} |
381 Entry to this mode calls the value of `lisp-interaction-mode-hook' | 381 Entry to this mode calls the value of `lisp-interaction-mode-hook' |
382 if that value is non-nil.") | 382 if that value is non-nil." |
383 (setq local-abbrev-table lisp-mode-abbrev-table)) | |
383 | 384 |
384 (defun eval-print-last-sexp () | 385 (defun eval-print-last-sexp () |
385 "Evaluate sexp before point; print value into current buffer. | 386 "Evaluate sexp before point; print value into current buffer. |
386 | 387 |
387 Note that printing the result is controlled by the variables | 388 Note that printing the result is controlled by the variables |