diff options
| author | Tassilo Horn | 2008-03-07 16:01:25 +0000 |
|---|---|---|
| committer | Tassilo Horn | 2008-03-07 16:01:25 +0000 |
| commit | 5daa568830d663ca1cd19c6ae679ee9472069885 (patch) | |
| tree | 56c68836af5738f0a2dce99963260e7700eb6d1e /lisp | |
| parent | 05d42c2197da9675b608c647e70e0b3b48cb0b5d (diff) | |
| download | emacs-5daa568830d663ca1cd19c6ae679ee9472069885.tar.gz emacs-5daa568830d663ca1cd19c6ae679ee9472069885.zip | |
(Info-bookmark-make-record): Delete obsolete second arg.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/info.el | 2 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-03-07 Jan Dj$(Q)Z(Brv <jan.h.d@swipnet.se> | 11 | 2008-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 |