diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-08-12 11:21:54 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-08-12 11:21:54 +0000 |
commit | 156fbeb72c5f064a1d35455960b97817e162f46a (patch) | |
tree | 4a586904a3ff1408b67541119503d17e5f0cd35e /lisp/emacs-lisp/eldoc.el | |
parent | 5cabd50e116e31dce2db5900fa47f39bf6a7cfb4 (diff) |
Add move-beginning-of-line, move-end-of-line, end-of-line,
and beginning-of-line to the list of commands after which the echo area
is updated.
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 74fc12ac12..4ae8f53a98 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -454,10 +454,11 @@ Emacs Lisp mode) that support Eldoc.") ;; Prime the command list. (eldoc-add-command-completions "backward-" "beginning-of-" "delete-other-windows" "delete-window" - "end-of-" "forward-" "indent-for-tab-command" "goto-" "mouse-set-point" - "next-" "other-window" "previous-" "recenter" "scroll-" - "self-insert-command" "split-window-" - "up-list" "down-list") + "end-of-" "exchange-point-and-mark" "forward-" + "indent-for-tab-command" "goto-" "mark-page" "mark-paragraph" + "mouse-set-point" "move-" "pop-global-mark" "next-" "other-window" + "previous-" "recenter" "scroll-" "self-insert-command" + "split-window-" "up-list" "down-list") (provide 'eldoc) |