(Info-bookmark-jump): Simplify.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 Feb 2010 20:04:51 +0000 (15:04 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 10 Feb 2010 20:04:51 +0000 (15:04 -0500)
lisp/ChangeLog
lisp/info.el

index 2a157d9..13a04d0 100644 (file)
@@ -1,5 +1,7 @@
 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
+       * info.el (Info-bookmark-jump): Simplify.
+
        * bookmark.el (bookmark-handle-bookmark): Catch the right error.
        (bookmark-default-handler): Accept new bookmark field `buffer'.
 
 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
 
        * 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  <dann@ics.uci.edu>
 
-       * 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  <cyd@stupidchicken.com>
 
index 4789d67..9300149 100644 (file)
@@ -4797,7 +4797,7 @@ type returned by `Info-bookmark-make-record', which see."
     ;; 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)