X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgnus-salt.el;h=21b9d8954fe179007e95fee60304c61228b47d81;hp=21c556ad33f853168cb36e7de3647c6dddb0d770;hb=54b3579a7a9590a4ec8589b90077e0024d9af50e;hpb=f129936b5f5743512e00459b1ebba068a1025fb9 diff --git a/lisp/gnus-salt.el b/lisp/gnus-salt.el index 21c556ad3..21b9d8954 100644 --- a/lisp/gnus-salt.el +++ b/lisp/gnus-salt.el @@ -101,6 +101,11 @@ It accepts the same format specs that `gnus-summary-line-format' does." ["Start reading" gnus-pick-start-reading t] ["Switch pick mode off" gnus-pick-mode gnus-pick-mode])))) +(eval-when-compile + (when (featurep 'xemacs) + (defvar gnus-pick-mode-on-hook) + (defvar gnus-pick-mode-off-hook))) + (define-minor-mode gnus-pick-mode "Minor mode for providing a pick-and-read interface in Gnus summary buffers. @@ -332,6 +337,11 @@ This must be bound to a button-down mouse event." '("Pick" ["Switch binary mode off" gnus-binary-mode t])))) +(eval-when-compile + (when (featurep 'xemacs) + (defvar gnus-binary-mode-on-hook) + (defvar gnus-binary-mode-off-hook))) + (define-minor-mode gnus-binary-mode "Minor mode for providing a binary group interface in Gnus summary buffers." :lighter " Binary" :keymap gnus-binary-mode-map @@ -1035,5 +1045,4 @@ The following commands are available: (provide 'gnus-salt) -;; arch-tag: 35449164-77b3-4398-bcbd-a2e3e998f810 ;;; gnus-salt.el ends here