aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2008-03-07 16:01:25 +0000
committerTassilo Horn2008-03-07 16:01:25 +0000
commit5daa568830d663ca1cd19c6ae679ee9472069885 (patch)
tree56c68836af5738f0a2dce99963260e7700eb6d1e
parent05d42c2197da9675b608c647e70e0b3b48cb0b5d (diff)
downloademacs-5daa568830d663ca1cd19c6ae679ee9472069885.tar.gz
emacs-5daa568830d663ca1cd19c6ae679ee9472069885.zip
(Info-bookmark-make-record): Delete obsolete second arg.
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/info.el2
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 192ea8941a6..00561fa2560 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12008-03-07 Tassilo Horn <tassilo@member.fsf.org>
2
3 * doc-view.el (doc-view-bookmark-make-record): Delete obsolete
4 second arg.
5
6 * image-mode.el (image-bookmark-make-record): Delete obsolete
7 second arg.
8
9 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
10
12008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> 112008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se>
2 12
3 * vc.el (vc-status-menu-map-filter): Return orig-binding if 13 * vc.el (vc-status-menu-map-filter): Return orig-binding if
diff --git a/lisp/info.el b/lisp/info.el
index 4fc63035dc6..ae295cc06ef 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -4326,7 +4326,7 @@ BUFFER is the buffer speedbar is requesting buttons for."
4326;; This is only called from bookmark.el. 4326;; This is only called from bookmark.el.
4327(declare-function bookmark-buffer-file-name "bookmark" ()) 4327(declare-function bookmark-buffer-file-name "bookmark" ())
4328 4328
4329(defun Info-bookmark-make-record (annotation &rest args) 4329(defun Info-bookmark-make-record (annotation)
4330 (let ((the-record 4330 (let ((the-record
4331 `((filename . ,(bookmark-buffer-file-name)) 4331 `((filename . ,(bookmark-buffer-file-name))
4332 (front-context-string 4332 (front-context-string