Mercurial > emacs
changeset 87557:9ada3b121e1f
(bookmark-make-cell-function)
(bookmark-get-filename, bookmark-get-bookmark-record)
(bookmark-get-position): Declare for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 04 Jan 2008 03:12:43 +0000 |
parents | 39204305bf6f |
children | b848b52f4da3 |
files | lisp/image-mode.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> ;; 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