# HG changeset patch # User Glenn Morris # Date 1199416363 0 # Node ID 9ada3b121e1f5829d1a4640ea07b487c57159972 # Parent 39204305bf6f6bfce41c4fb807154cb401e32ec9 (bookmark-make-cell-function) (bookmark-get-filename, bookmark-get-bookmark-record) (bookmark-get-position): Declare for compiler. diff -r 39204305bf6f -r 9ada3b121e1f lisp/image-mode.el --- a/lisp/image-mode.el Fri Jan 04 03:12:17 2008 +0000 +++ b/lisp/image-mode.el Fri Jan 04 03:12:43 2008 +0000 @@ -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 ;; Keywords: multimedia @@ -210,6 +210,8 @@ 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 @@ ;; 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