mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/gnus/smime.el (from): Restrict declaration to XEmacs.
This commit is contained in:
parent
0b58f78eed
commit
8d60680b40
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
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>
|
||||
|
|
|
|||
|
|
@ -426,7 +426,9 @@ Any details (stdout and stderr) are left in the buffer specified by
|
|||
(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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue