diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-28 12:35:18 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-28 12:35:18 +0000 |
commit | 5b5dafd2cb164810a458c3ce52dce099ecbf8546 (patch) | |
tree | edaa30902481ce3a20c56552da1292c4819aa25a /lisp/gnus/mml2015.el | |
parent | b6fda8fc58840bab97ef1cb0fce3c26908edb815 (diff) | |
download | emacs-5b5dafd2cb164810a458c3ce52dce099ecbf8546.tar.gz |
Fix comments; remove Emacs 21 stuff.
mail-source.el (mail-source-report-new-mail)
message.el (message-default-mail-headers)
mm-decode.el (mm-valid-image-format-p): Comment fix.
mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
Diffstat (limited to 'lisp/gnus/mml2015.el')
-rw-r--r-- | lisp/gnus/mml2015.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index 391517f38ba..675cafe3ac1 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -56,11 +56,7 @@ 'epg) (error)) (progn - (ignore-errors - ;; Avoid the "Recursive load suspected" error - ;; in Emacs 21.1. - (let ((recursive-load-depth-limit 100)) - (require 'pgg))) + (ignore-errors (require 'pgg)) (and (fboundp 'pgg-sign-region) 'pgg)) (progn (ignore-errors |