diff options
author | Glenn Morris <rgm@gnu.org> | 2016-03-16 23:56:32 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-03-16 23:56:32 -0700 |
commit | 56df61712ac446d3dcd9c897f687cc74a04be314 (patch) | |
tree | d94f4478cc6fb5c980f01c77955e897f808cf0f6 /lisp/gnus/mml1991.el | |
parent | a1ef911f31b81a47482dca4ea01f2c90442c0724 (diff) | |
download | emacs-56df61712ac446d3dcd9c897f687cc74a04be314.tar.gz |
Address compilation warnings due to 2016-01-03 mml refactoring.
* lisp/gnus/mml-sec.el (password-cache, mm-encode): Require.
(message-options-get): Autoload.
(message-options-set): Declare.
(mml-secure-cache-passphrase, mml-secure-passphrase-cache-expiry):
Simplify default value.
* lisp/gnus/mml-smime.el (message-options-set): Remove declaration.
* lisp/gnus/mml1991.el, lisp/gnus/mml2015.el:
No longer a need for password-cache.
Diffstat (limited to 'lisp/gnus/mml1991.el')
-rw-r--r-- | lisp/gnus/mml1991.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index bb5c940f173..568dc564d91 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el @@ -25,11 +25,6 @@ ;;; Code: -(eval-and-compile - (if (locate-library "password-cache") - (require 'password-cache) - (require 'password))) - (eval-when-compile (require 'cl) (require 'mm-util)) |