summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-08-09 02:53:19 +0000
committerRichard M. Stallman <rms@gnu.org>2005-08-09 02:53:19 +0000
commit9890a22957398e465a918d07d37904bccf69138a (patch)
treea8b6d0910b48de17ad3d917116ccbfd15b71e157 /lisp
parentaf4210a7e9aa050971e20c745d77ac3a18c73967 (diff)
downloademacs-9890a22957398e465a918d07d37904bccf69138a.tar.gz
emacs-9890a22957398e465a918d07d37904bccf69138a.tar.bz2
emacs-9890a22957398e465a918d07d37904bccf69138a.zip
(gnus-summary-buffer, gnus-article-buffer): Add defvars.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ffap.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 283f05641ba..d408918558a 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1712,6 +1712,9 @@ Only intended for interactive use."
(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