2010-11-11 Glenn Morris <rgm@gnu.org>
+ * smime.el (from): Restrict declaration to XEmacs.
+
* nnir.el (gnus-group-topic-name): Autoload.
2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
(insert-buffer-substring smime-details-buffer)
nil))
-(defvar from) ;; Necessary for XEmacs to silence the byte compiler.
+;; TODO: fix this properly by giving it a prefix.
+(if (featurep 'xemacs)
+ (defvar from))
(defun smime-decrypt-region (b e keyfile)
"Decrypt S/MIME message in region between B and E with key in KEYFILE.