diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-14 14:42:26 +1100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-02-14 14:42:26 +1100 |
commit | f3cdf9c23b79b242a6a313744686ed29cc16950b (patch) | |
tree | ccdd7c700f264b4017d82cfbd2bcabf2d8ad7f66 /lisp/gnus/mm-uu.el | |
parent | 8f597e90f6c7b1f1cae0096f66a335df01b0e6f9 (diff) | |
download | emacs-f3cdf9c23b79b242a6a313744686ed29cc16950b.tar.gz emacs-f3cdf9c23b79b242a6a313744686ed29cc16950b.tar.bz2 emacs-f3cdf9c23b79b242a6a313744686ed29cc16950b.zip |
Remove compat code from some mml files
* lisp/gnus/mml-sec.el (mml-secure-passphrase-cache-expiry):
Remove compat code.
* lisp/gnus/mml-smime.el (mml-smime-openssl-sign-query):
Always use `mail-extract-address-components', since this isn't
time critical.
(mml-smime-get-dns-cert): Ditto.
* lisp/gnus/mml.el (mml-preview): Remove compat code.
Diffstat (limited to 'lisp/gnus/mm-uu.el')
-rw-r--r-- | lisp/gnus/mm-uu.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index fec3b299407..049890e2e30 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -290,8 +290,7 @@ If PROPERTIES is non-nil, PROPERTIES are applied to the buffer, see `set-text-properties'. If PROPERTIES equals t, this means to apply the face `mm-uu-extract'." (let ((obuf (current-buffer)) - (multi (and (boundp 'enable-multibyte-characters) - enable-multibyte-characters)) + (multi enable-multibyte-characters) (coding-system buffer-file-coding-system)) (with-current-buffer (generate-new-buffer " *mm-uu*") (if multi (mm-enable-multibyte) (mm-disable-multibyte)) |