diff lisp/gnus/smime.el @ 111481:91870c82d547

gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at least 21.5). smime.el (from): Declare it again for XEmacs.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 11 Nov 2010 01:45:05 +0000
parents 8db0bd23f378
children 63de56d17492
line wrap: on
line diff
--- a/lisp/gnus/smime.el	Wed Nov 10 23:57:24 2010 +0000
+++ b/lisp/gnus/smime.el	Thu Nov 11 01:45:05 2010 +0000
@@ -426,6 +426,8 @@
     (insert-buffer-substring smime-details-buffer)
     nil))
 
+(defvar from) ;; Necessary for XEmacs to silence the byte compiler.
+
 (defun smime-decrypt-region (b e keyfile)
   "Decrypt S/MIME message in region between B and E with key in KEYFILE.
 On success, replaces region with decrypted data and return non-nil.