changeset 64933:efb3c9d498e7

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.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 Aug 2005 11:21:54 +0000
parents b866c80472dc
children fcd0da22a4a1
files lisp/emacs-lisp/eldoc.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/eldoc.el	Fri Aug 12 11:18:43 2005 +0000
+++ b/lisp/emacs-lisp/eldoc.el	Fri Aug 12 11:21:54 2005 +0000
@@ -454,10 +454,11 @@
 ;; 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)