emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3632633: Enable ElDoc messages after the newline co


From: Dmitry Gutov
Subject: [Emacs-diffs] master 3632633: Enable ElDoc messages after the newline command
Date: Mon, 5 Jun 2017 18:23:47 -0400 (EDT)

branch: master
commit 3632633cab801f84a23f60d5585acfae38f6e60c
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Enable ElDoc messages after the newline command
    
    * lisp/emacs-lisp/eldoc.el:
    Add "newline" to the eldoc-add-command-completions call (bug#27228).
---
 lisp/emacs-lisp/eldoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 40f5e2e..a05bd7c 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]