comparison lisp/image-mode.el @ 109395:fa4400531412

Preparation for setting bookmarks in Gnus article buffers (Bug#5975). * lisp/bookmark.el (bookmark-make-record-default): Allow unneeded information to be omitted from the record. Adjust declarations and calls: * lisp/info.el (bookmark-make-record-default): Adjust declaration. (Info-bookmark-make-record): Adjust call. * lisp/woman.el (bookmark-make-record-default): Adjust declaration. (woman-bookmark-make-record): Adjust call. * lisp/man.el (bookmark-make-record-default): Adjust declaration. (Man-bookmark-make-record): Adjust call. * lisp/image-mode.el (bookmark-make-record-default): Adjust declaration. * lisp/doc-view.el (bookmark-make-record-default): Adjust declaration. * lisp/gnus/gnus-sum.el (bookmark-make-record-default): Adjust declaration.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 14 Jul 2010 11:57:54 -0400
parents 65de28008783
children c581eca79ab5
comparison
equal deleted inserted replaced
109394:31fa830edbcc 109395:fa4400531412
514 (redraw-frame (selected-frame)) 514 (redraw-frame (selected-frame))
515 (image-toggle-display-image))) 515 (image-toggle-display-image)))
516 516
517 517
518 ;;; Support for bookmark.el 518 ;;; Support for bookmark.el
519 (declare-function bookmark-make-record-default "bookmark" 519 (declare-function bookmark-make-record-default
520 (&optional point-only)) 520 "bookmark" (&optional no-file no-context posn))
521 (declare-function bookmark-prop-get "bookmark" (bookmark prop)) 521 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
522 (declare-function bookmark-default-handler "bookmark" (bmk)) 522 (declare-function bookmark-default-handler "bookmark" (bmk))
523 523
524 (defun image-bookmark-make-record () 524 (defun image-bookmark-make-record ()
525 (nconc (bookmark-make-record-default) 525 (nconc (bookmark-make-record-default)