From 8895365df2e193032e773eb8dba8bf20fc727169 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 22 Jan 2003 03:20:15 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/gnus-art.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5dbea5..a715bf4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2003-01-22 Jesper Harder + * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook): + make-obsolete-variable allows only two arguments in XEmacs and + Emacs 20. + * gnus-sum.el (gnus-summary-wash-hide-map): Remove gnus-article-hide-pgp. (gnus-summary-make-menu-bar): do. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 524ad33..3555d7e 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -595,7 +595,7 @@ The following additional specs are available: (defvar gnus-article-hide-pgp-hook nil) (make-obsolete-variable 'gnus-article-hide-pgp-hook - "This variable is obsolote in Gnus 5.10.") + "This variable is obsolete in Gnus 5.10.") (defcustom gnus-article-button-face 'bold "Face used for highlighting buttons in the article buffer. -- 1.7.10.4