mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(bookmark-make-cell-function)
(bookmark-get-filename, bookmark-get-bookmark-record) (bookmark-get-position): Declare for compiler.
This commit is contained in:
parent
069b4ce3f6
commit
a47d49c0f6
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
;;; image-mode.el --- support for visiting image files
|
||||
;;
|
||||
;; Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; Author: Richard Stallman <rms@gnu.org>
|
||||
;; Keywords: multimedia
|
||||
|
|
@ -210,6 +210,8 @@ This variable is used to display the current image type in the mode line.")
|
|||
map)
|
||||
"Major mode keymap for viewing images as text in Image mode.")
|
||||
|
||||
(defvar bookmark-make-cell-function)
|
||||
|
||||
;;;###autoload
|
||||
(defun image-mode ()
|
||||
"Major mode for image files.
|
||||
|
|
@ -373,6 +375,10 @@ and showing the image as an image."
|
|||
;; Finally, return the completed record.
|
||||
the-record))
|
||||
|
||||
(declare-function bookmark-get-filename "bookmark" (bookmark))
|
||||
(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
|
||||
(declare-function bookmark-get-position "bookmark" (bookmark))
|
||||
|
||||
;;;###autoload
|
||||
(defun image-bookmark-jump (bmk)
|
||||
;; This implements the `handler' function interface for record type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue