Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
348d1e60
Commit
348d1e60
authored
Feb 10, 2010
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-bookmark-jump): Simplify.
parent
dbf8402b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/ChangeLog
lisp/ChangeLog
+6
-4
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/ChangeLog
View file @
348d1e60
2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
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.el (bookmark-handle-bookmark): Catch the right error.
(bookmark-default-handler): Accept new bookmark field `buffer'.
(bookmark-default-handler): Accept new bookmark field `buffer'.
...
@@ -10,13 +12,13 @@
...
@@ -10,13 +12,13 @@
2010-02-10 Michael Albinus <michael.albinus@gmx.de>
2010-02-10 Michael Albinus <michael.albinus@gmx.de>
* ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
* ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
This
FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
prevents file names like "~/" being listed literally.
This
prevents file names like "~/" being listed literally.
2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
* term/xterm.el (xterm-maybe-set-dark-background-mode):
Remove
* term/xterm.el (xterm-maybe-set-dark-background-mode):
dead code. (Bug#5546)
Remove
dead code. (Bug#5546)
2010-02-09 Chong Yidong <cyd@stupidchicken.com>
2010-02-09 Chong Yidong <cyd@stupidchicken.com>
...
...
lisp/info.el
View file @
348d1e60
...
@@ -4797,7 +4797,7 @@ type returned by `Info-bookmark-make-record', which see."
...
@@ -4797,7 +4797,7 @@ type returned by `Info-bookmark-make-record', which see."
;; Use bookmark-default-handler to move to the appropriate location
;; Use bookmark-default-handler to move to the appropriate location
;; within the node.
;; within the node.
(
bookmark-default-handler
(
bookmark-default-handler
(
list*
""
`
(
buffer
.
,
buf
)
(
bookmark-get-bookmark-record
bmk
)))))
`
(
""
(
buffer
.
,
buf
)
.
,
(
bookmark-get-bookmark-record
bmk
)))))
(
provide
'info
)
(
provide
'info
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment