emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99481: (Info-bookmark-jump): Simplif


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99481: (Info-bookmark-jump): Simplify.
Date: Wed, 10 Feb 2010 15:04:51 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99481
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-10 15:04:51 -0500
message:
  (Info-bookmark-jump): Simplify.
modified:
  lisp/ChangeLog
  lisp/info.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-10 20:02:54 +0000
+++ b/lisp/ChangeLog    2010-02-10 20:04:51 +0000
@@ -1,5 +1,7 @@
 2010-02-10  Thierry Volpiatto  <address@hidden>
 
+       * info.el (Info-bookmark-jump): Simplify.
+
        * bookmark.el (bookmark-handle-bookmark): Catch the right error.
        (bookmark-default-handler): Accept new bookmark field `buffer'.
 
@@ -10,13 +12,13 @@
 2010-02-10  Michael Albinus  <address@hidden>
 
        * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
-       FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.  This
-       prevents file names like "~/" being listed literally.
+       FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
+       This prevents file names like "~/" being listed literally.
 
 2010-02-10  Dan Nicolaescu  <address@hidden>
 
-       * term/xterm.el (xterm-maybe-set-dark-background-mode): Remove
-       dead code.  (Bug#5546)
+       * term/xterm.el (xterm-maybe-set-dark-background-mode):
+       Remove dead code.  (Bug#5546)
 
 2010-02-09  Chong Yidong  <address@hidden>
 

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2010-01-13 08:35:10 +0000
+++ b/lisp/info.el      2010-02-10 20:04:51 +0000
@@ -4797,7 +4797,7 @@
     ;; Use bookmark-default-handler to move to the appropriate location
     ;; within the node.
     (bookmark-default-handler
-     (list* "" `(buffer . ,buf) (bookmark-get-bookmark-record bmk)))))
+     `("" (buffer . ,buf) . ,(bookmark-get-bookmark-record bmk)))))
 
 (provide 'info)
 


reply via email to

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