comparison lisp/emacs-lisp/eldoc.el @ 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 5b1a238fcbb4
children e28dd6224eb2 532e0a9335a9 2d92f5c9d6ae
comparison
equal deleted inserted replaced
64932:b866c80472dc 64933:efb3c9d498e7
452 452
453 453
454 ;; Prime the command list. 454 ;; Prime the command list.
455 (eldoc-add-command-completions 455 (eldoc-add-command-completions
456 "backward-" "beginning-of-" "delete-other-windows" "delete-window" 456 "backward-" "beginning-of-" "delete-other-windows" "delete-window"
457 "end-of-" "forward-" "indent-for-tab-command" "goto-" "mouse-set-point" 457 "end-of-" "exchange-point-and-mark" "forward-"
458 "next-" "other-window" "previous-" "recenter" "scroll-" 458 "indent-for-tab-command" "goto-" "mark-page" "mark-paragraph"
459 "self-insert-command" "split-window-" 459 "mouse-set-point" "move-" "pop-global-mark" "next-" "other-window"
460 "up-list" "down-list") 460 "previous-" "recenter" "scroll-" "self-insert-command"
461 "split-window-" "up-list" "down-list")
461 462
462 (provide 'eldoc) 463 (provide 'eldoc)
463 464
464 ;;; arch-tag: c9a58f9d-2055-46c1-9b82-7248b71a8375 465 ;;; arch-tag: c9a58f9d-2055-46c1-9b82-7248b71a8375
465 ;;; eldoc.el ends here 466 ;;; eldoc.el ends here