(Info-bookmark-jump): Simplify.
This commit is contained in:
parent
dbf8402bc7
commit
348d1e60a6
2 changed files with 7 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue