mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 15:00:34 -08:00
* lisp/emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
* lisp/progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
This commit is contained in:
parent
87eb617ac8
commit
548e169622
3 changed files with 8 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ expression point is on."
|
|||
:group 'eldoc :lighter eldoc-minor-mode-string
|
||||
(setq eldoc-last-message nil)
|
||||
(cond
|
||||
(eldoc-documentation-function
|
||||
((not eldoc-documentation-function)
|
||||
(message "There is no ElDoc support in this buffer")
|
||||
(setq eldoc-mode nil))
|
||||
(eldoc-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue