diff options
| author | João Távora <joaotavora@gmail.com> | 2020-04-19 21:15:48 +0100 |
|---|---|---|
| committer | João Távora <joaotavora@gmail.com> | 2020-04-19 21:15:48 +0100 |
| commit | e95703c2db48d5f5ce465e2cf2b9a3165f8ecb2b (patch) | |
| tree | ff8ca05ee56abf38f8c84eb3635f7698a15313ba /lisp/progmodes/inf-lisp.el | |
| parent | da59c5e579f08297a873d453ae42b168cce021b2 (diff) | |
| download | emacs-e95703c2db48d5f5ce465e2cf2b9a3165f8ecb2b.tar.gz | |
Don't mess with lisp-mode-variables
* doc/lispref/modes.texi (Example Major Modes): Update example to
match reality.
* lisp/chistory.el (command-history-mode): Revert previous change.
* lisp/help-fns.el (describe-variable): Revert previous change.
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Rvert previous change.
(lisp-data-mode): Use full form of lisp-mode-variables for clarity.
(lisp-mode): Simplify.
* lisp/emacs-lisp/pp.el (pp-to-string): Revert previous change.
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Case sensitive
font-lock keywords.
* lisp/progmodes/inf-lisp.el (inferior-lisp-mode): Revert previous
change.
Diffstat (limited to 'lisp/progmodes/inf-lisp.el')
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index fca803be18a..9f34a377f4a 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el @@ -274,7 +274,7 @@ If you accidentally suspend your process, use \\[comint-continue-subjob] to continue it." (setq comint-prompt-regexp inferior-lisp-prompt) (setq mode-line-process '(":%s")) - (lisp-mode-variables) + (lisp-mode-variables t) (setq comint-get-old-input (function lisp-get-old-input)) (setq comint-input-filter (function lisp-input-filter))) |
