emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ffap.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ffap.el
Date: Mon, 08 Aug 2005 22:53:19 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]