From: Eli Zaretskii Date: Fri, 12 Aug 2005 11:21:54 +0000 (+0000) Subject: Add move-beginning-of-line, move-end-of-line, end-of-line, X-Git-Tag: emacs-pretest-22.0.90~7616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=156fbeb72c5f064a1d35455960b97817e162f46a;p=emacs.git 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. --- diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 74fc12ac12e..4ae8f53a981 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)