emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100497: Fix bug#6265: * eldoc.el: Ad


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100497: Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*.
Date: Tue, 01 Jun 2010 15:47:14 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100497
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-01 15:47:14 +0200
message:
  Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/eldoc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-01 10:40:09 +0000
+++ b/lisp/ChangeLog    2010-06-01 13:47:14 +0000
@@ -1,3 +1,8 @@
+2010-06-01  Juanma Barranquero  <address@hidden>
+
+       * emacs-lisp/eldoc.el: Add completions for new commands left-* and
+       right-*.  (Bug#6265)
+
 2010-06-01  Dan Nicolaescu  <address@hidden>
 
        Add support for vc-log-incoming, improve vc-log-outgoing for Git.

=== modified file 'lisp/emacs-lisp/eldoc.el'
--- a/lisp/emacs-lisp/eldoc.el  2010-01-13 08:35:10 +0000
+++ b/lisp/emacs-lisp/eldoc.el  2010-06-01 13:47:14 +0000
@@ -530,13 +530,13 @@
 
 ;; Prime the command list.
 (eldoc-add-command-completions
- "backward-" "beginning-of-" "move-beginning-of-" "delete-other-windows"
- "delete-window" "handle-select-window"
- "end-of-" "move-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")
+ "backward-" "beginning-of-" "delete-other-windows" "delete-window"
+ "down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
+ "handle-select-window" "indent-for-tab-command" "left-" "mark-page"
+ "mark-paragraph" "mouse-set-point" "move-" "move-beginning-of-"
+ "move-end-of-" "next-" "other-window" "pop-global-mark" "previous-"
+ "recenter" "right-" "scroll-" "self-insert-command" "split-window-"
+ "up-list")
 
 (provide 'eldoc)
 


reply via email to

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