]> git.eshelyaron.com Git - emacs.git/commitdiff
(bookmark-make-cell-function)
authorGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:12:43 +0000 (03:12 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:12:43 +0000 (03:12 +0000)
(bookmark-get-filename, bookmark-get-bookmark-record)
(bookmark-get-position): Declare for compiler.

lisp/image-mode.el

index 98f4fa81968c88efa7693a232b1b378fd4c646bd..6b02db50134ad3edb5971eef5ca14192c8e8f5a9 100644 (file)
@@ -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