diff options
| author | Glenn Morris | 2008-06-26 07:19:01 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-26 07:19:01 +0000 |
| commit | c123f7fe96ddd7d453cb124eec16b481ef285dd2 (patch) | |
| tree | 4557539ebf75660defe658da2479d22bfa109d3c /lisp/image-mode.el | |
| parent | 7ec4149077883e615dcdf128d634a543a2dce36d (diff) | |
| download | emacs-c123f7fe96ddd7d453cb124eec16b481ef285dd2.tar.gz emacs-c123f7fe96ddd7d453cb124eec16b481ef285dd2.zip | |
(bookmark-make-record-default): Fix declaration.
Diffstat (limited to 'lisp/image-mode.el')
| -rw-r--r-- | lisp/image-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 56c4e80284f..00f222586b2 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el | |||
| @@ -467,7 +467,8 @@ and showing the image as an image." | |||
| 467 | (message "Repeat this command to go back to displaying the file as text"))))) | 467 | (message "Repeat this command to go back to displaying the file as text"))))) |
| 468 | 468 | ||
| 469 | ;;; Support for bookmark.el | 469 | ;;; Support for bookmark.el |
| 470 | (declare-function bookmark-make-record-default "bookmark" ()) | 470 | (declare-function bookmark-make-record-default "bookmark" |
| 471 | (&optional point-only)) | ||
| 471 | (declare-function bookmark-prop-get "bookmark" (bookmark prop)) | 472 | (declare-function bookmark-prop-get "bookmark" (bookmark prop)) |
| 472 | (declare-function bookmark-default-handler "bookmark" (bmk)) | 473 | (declare-function bookmark-default-handler "bookmark" (bmk)) |
| 473 | 474 | ||