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
5daa5688
Commit
5daa5688
authored
Mar 07, 2008
by
Tassilo Horn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-bookmark-make-record): Delete obsolete second arg.
parent
05d42c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/info.el
lisp/info.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5daa5688
2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
* doc-view.el (doc-view-bookmark-make-record): Delete obsolete
second arg.
* image-mode.el (image-bookmark-make-record): Delete obsolete
second arg.
* info.el (Info-bookmark-make-record): Delete obsolete second arg.
2008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
* vc.el (vc-status-menu-map-filter): Return orig-binding if
...
...
lisp/info.el
View file @
5daa5688
...
...
@@ -4326,7 +4326,7 @@ BUFFER is the buffer speedbar is requesting buttons for."
;; This is only called from bookmark.el.
(
declare-function
bookmark-buffer-file-name
"bookmark"
())
(
defun
Info-bookmark-make-record
(
annotation
&rest
args
)
(
defun
Info-bookmark-make-record
(
annotation
)
(
let
((
the-record
`
((
filename
.
,
(
bookmark-buffer-file-name
))
(
front-context-string
...
...
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