mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
* lisp/gnus/smime.el (from): Remove unused declaration.
This commit is contained in:
parent
6f0d4bb6b2
commit
89eee1e053
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2010-11-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* smime.el (from): Remove unused declaration.
|
||||
|
||||
* gnus-util.el (with-no-warnings): Remove compat stub, now unused.
|
||||
(gnus-float-time): On Emacs, always an alias.
|
||||
|
||||
|
|
|
|||
|
|
@ -426,8 +426,6 @@ Any details (stdout and stderr) are left in the buffer specified by
|
|||
(insert-buffer-substring smime-details-buffer)
|
||||
nil))
|
||||
|
||||
(defvar from)
|
||||
|
||||
(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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue