diff options
| author | Glenn Morris | 2010-11-09 20:09:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-09 20:09:49 -0800 |
| commit | 89eee1e053de671837a9d03bb95eff418e3bc688 (patch) | |
| tree | 2b758e5d6a16070e121247803c402d04ee6d9e86 | |
| parent | 6f0d4bb6b2793e06eb445cd58be0e4797f1030c0 (diff) | |
| download | emacs-89eee1e053de671837a9d03bb95eff418e3bc688.tar.gz emacs-89eee1e053de671837a9d03bb95eff418e3bc688.zip | |
* lisp/gnus/smime.el (from): Remove unused declaration.
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/smime.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7f0d9b5693c..dd7ebe71052 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-11-10 Glenn Morris <rgm@gnu.org> | 1 | 2010-11-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * smime.el (from): Remove unused declaration. | ||
| 4 | |||
| 3 | * gnus-util.el (with-no-warnings): Remove compat stub, now unused. | 5 | * gnus-util.el (with-no-warnings): Remove compat stub, now unused. |
| 4 | (gnus-float-time): On Emacs, always an alias. | 6 | (gnus-float-time): On Emacs, always an alias. |
| 5 | 7 | ||
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index acb50f11321..18b5dbd26dc 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -426,8 +426,6 @@ Any details (stdout and stderr) are left in the buffer specified by | |||
| 426 | (insert-buffer-substring smime-details-buffer) | 426 | (insert-buffer-substring smime-details-buffer) |
| 427 | nil)) | 427 | nil)) |
| 428 | 428 | ||
| 429 | (defvar from) | ||
| 430 | |||
| 431 | (defun smime-decrypt-region (b e keyfile) | 429 | (defun smime-decrypt-region (b e keyfile) |
| 432 | "Decrypt S/MIME message in region between B and E with key in KEYFILE. | 430 | "Decrypt S/MIME message in region between B and E with key in KEYFILE. |
| 433 | On success, replaces region with decrypted data and return non-nil. | 431 | On success, replaces region with decrypted data and return non-nil. |