comparison lisp/gnus/gnus-sum.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 234c5347118d
children 8b1192833a1e
comparison
equal deleted inserted replaced
109394:31fa830edbcc 109395:fa4400531412
12619 (gnus-sorted-nunion gnus-newsgroup-unreads new)) 12619 (gnus-sorted-nunion gnus-newsgroup-unreads new))
12620 (gnus-summary-limit (gnus-sorted-nunion old new)))) 12620 (gnus-summary-limit (gnus-sorted-nunion old new))))
12621 (gnus-summary-position-point))) 12621 (gnus-summary-position-point)))
12622 12622
12623 ;;; Bookmark support for Gnus. 12623 ;;; Bookmark support for Gnus.
12624 (declare-function bookmark-make-record-default "bookmark" (&optional pos-only)) 12624 (declare-function bookmark-make-record-default
12625 "bookmark" (&optional no-file no-context posn))
12625 (declare-function bookmark-prop-get "bookmark" (bookmark prop)) 12626 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
12626 (declare-function bookmark-default-handler "bookmark" (bmk)) 12627 (declare-function bookmark-default-handler "bookmark" (bmk))
12627 (declare-function bookmark-get-bookmark-record "bookmark" (bmk)) 12628 (declare-function bookmark-get-bookmark-record "bookmark" (bmk))
12628 12629
12629 (defun gnus-summary-bookmark-make-record () 12630 (defun gnus-summary-bookmark-make-record ()