emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/eldoc.el
Date: Fri, 12 Aug 2005 07:21:54 -0400

Index: emacs/lisp/emacs-lisp/eldoc.el
diff -c emacs/lisp/emacs-lisp/eldoc.el:1.35 emacs/lisp/emacs-lisp/eldoc.el:1.36
*** emacs/lisp/emacs-lisp/eldoc.el:1.35 Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/eldoc.el      Fri Aug 12 11:21:54 2005
***************
*** 454,463 ****
  ;; 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")
  
  (provide 'eldoc)
  
--- 454,464 ----
  ;; Prime the command list.
  (eldoc-add-command-completions
   "backward-" "beginning-of-" "delete-other-windows" "delete-window"
!  "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)
  




reply via email to

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