]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable ElDoc messages after the newline command
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 5 Jun 2017 22:23:41 +0000 (01:23 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 5 Jun 2017 22:23:41 +0000 (01:23 +0300)
* lisp/emacs-lisp/eldoc.el:
Add "newline" to the eldoc-add-command-completions call (bug#27228).

lisp/emacs-lisp/eldoc.el

index 40f5e2ef96aac0f224e6b0c490edad274eb0f937..a05bd7cc4d44df3621a1247ce678f7bb6326704a 100644 (file)
@@ -418,7 +418,7 @@ return any documentation.")
  "down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
  "handle-select-window" "indent-for-tab-command" "left-" "mark-page"
  "mark-paragraph" "mouse-set-point" "move-" "move-beginning-of-"
- "move-end-of-" "next-" "other-window" "pop-global-mark" "previous-"
+ "move-end-of-" "newline" "next-" "other-window" "pop-global-mark" "previous-"
  "recenter" "right-" "scroll-" "self-insert-command" "split-window-"
  "up-list")