changeset 107126:aae831df84d3

(Info-bookmark-jump): Simplify.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Feb 2010 15:04:51 -0500
parents 063e00f61d0f
children a6b946ca8797
files lisp/ChangeLog lisp/info.el
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Feb 10 15:02:54 2010 -0500
+++ b/lisp/ChangeLog	Wed Feb 10 15:04:51 2010 -0500
@@ -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'.
 
@@ -10,13 +12,13 @@
 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>
 
--- a/lisp/info.el	Wed Feb 10 15:02:54 2010 -0500
+++ b/lisp/info.el	Wed Feb 10 15:04:51 2010 -0500
@@ -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)