Index: emacs/lisp/ffap.el
diff -c emacs/lisp/ffap.el:1.50 emacs/lisp/ffap.el:1.51
*** emacs/lisp/ffap.el:1.50     Sat Aug  6 22:13:42 2005
--- emacs/lisp/ffap.el  Tue Aug  9 02:53:19 2005
***************
*** 1712,1717 ****
--- 1712,1720 ----
    (local-set-key "\M-l" 'ffap-gnus-next)
    (local-set-key "\M-m" 'ffap-gnus-menu))
  
+ (defvar gnus-summary-buffer)
+ (defvar gnus-article-buffer)
+ 
  (defun ffap-gnus-wrapper (form)               ; used by both commands below
    (and (eq (current-buffer) (get-buffer gnus-summary-buffer))
         (gnus-summary-select-article)) ; get article of current line


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to