diff options
| author | Tassilo Horn | 2008-03-07 15:59:58 +0000 |
|---|---|---|
| committer | Tassilo Horn | 2008-03-07 15:59:58 +0000 |
| commit | 05d42c2197da9675b608c647e70e0b3b48cb0b5d (patch) | |
| tree | 8ffecbfa130555cf327d13609ca0057ab65316b8 | |
| parent | c039a3b294f27ea7296dcadca45d2b66f57dc67f (diff) | |
| download | emacs-05d42c2197da9675b608c647e70e0b3b48cb0b5d.tar.gz emacs-05d42c2197da9675b608c647e70e0b3b48cb0b5d.zip | |
(image-bookmark-make-record): Delete obsolete
second arg.
| -rw-r--r-- | lisp/image-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 9a78cb28407..7064708c141 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el | |||
| @@ -431,7 +431,7 @@ and showing the image as an image." | |||
| 431 | 431 | ||
| 432 | ;;; Support for bookmark.el | 432 | ;;; Support for bookmark.el |
| 433 | 433 | ||
| 434 | (defun image-bookmark-make-record (annotation &rest args) | 434 | (defun image-bookmark-make-record (annotation) |
| 435 | (let ((the-record | 435 | (let ((the-record |
| 436 | `((filename . ,(buffer-file-name)) | 436 | `((filename . ,(buffer-file-name)) |
| 437 | (image-type . ,image-type) | 437 | (image-type . ,image-type) |