comparison lisp/doc-view.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 f6b8c73548b3
children 6957ace4e43f
comparison
equal deleted inserted replaced
109394:31fa830edbcc 109395:fa4400531412
1347 (dired doc-view-cache-directory)) 1347 (dired doc-view-cache-directory))
1348 1348
1349 1349
1350 ;;;; Bookmark integration 1350 ;;;; Bookmark integration
1351 1351
1352 (declare-function bookmark-make-record-default "bookmark" 1352 (declare-function bookmark-make-record-default
1353 (&optional point-only)) 1353 "bookmark" (&optional no-file no-context posn))
1354 (declare-function bookmark-prop-get "bookmark" (bookmark prop)) 1354 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
1355 (declare-function bookmark-default-handler "bookmark" (bmk)) 1355 (declare-function bookmark-default-handler "bookmark" (bmk))
1356 1356
1357 (defun doc-view-bookmark-make-record () 1357 (defun doc-view-bookmark-make-record ()
1358 (nconc (bookmark-make-record-default) 1358 (nconc (bookmark-make-record-default)