diff options
author | Tassilo Horn <tassilo@member.fsf.org> | 2008-03-07 15:59:58 +0000 |
---|---|---|
committer | Tassilo Horn <tassilo@member.fsf.org> | 2008-03-07 15:59:58 +0000 |
commit | 05d42c2197da9675b608c647e70e0b3b48cb0b5d (patch) | |
tree | 8ffecbfa130555cf327d13609ca0057ab65316b8 /lisp/image-mode.el | |
parent | c039a3b294f27ea7296dcadca45d2b66f57dc67f (diff) | |
download | emacs-05d42c2197da9675b608c647e70e0b3b48cb0b5d.tar.gz |
(image-bookmark-make-record): Delete obsolete
second arg.
Diffstat (limited to 'lisp/image-mode.el')
-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." ;;; Support for bookmark.el -(defun image-bookmark-make-record (annotation &rest args) +(defun image-bookmark-make-record (annotation) (let ((the-record `((filename . ,(buffer-file-name)) (image-type . ,image-type) |