]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comments; remove Emacs 21 stuff.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 28 Sep 2010 12:35:18 +0000 (12:35 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 28 Sep 2010 12:35:18 +0000 (12:35 +0000)
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.

lisp/gnus/ChangeLog
lisp/gnus/mail-source.el
lisp/gnus/message.el
lisp/gnus/mm-decode.el
lisp/gnus/mml2015.el

index 830f481e8f77779c87dc25858b46c5b86b7698a1..0be5caee8030dbb8499651619f264ee17ef29dd4 100644 (file)
@@ -1,3 +1,11 @@
+2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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.
+
 2010-09-28  Julien Danjou  <julien@danjou.info>
 
        * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
index 662b999c288cbf7552e102a85cebfd9ef3d10220..648ca29b87f7f5770712ffdf34cb22ec45e5d47d 100644 (file)
@@ -993,7 +993,7 @@ This only works when `display-time' is enabled."
     (if on
        (progn
          (require 'time)
-         ;; display-time-mail-function is an Emacs 21 feature.
+         ;; display-time-mail-function is an Emacs feature.
          (setq display-time-mail-function #'mail-source-new-mail-p)
          ;; Set up the main timer.
          (setq mail-source-report-new-mail-timer
index a24725b8cbf4d86fe2e19f93d07a15316a2155b3..b0738f74b6d28a14e42d50c4bc6a96f7df127c36 100644 (file)
@@ -1158,8 +1158,8 @@ these lines."
                   (stringp mail-archive-file-name))
              (format "FCC: %s\n" mail-archive-file-name))
          ;; Use the value of `mail-default-headers' if available.
-         ;; Note: as for Emacs 21, XEmacs 21.4 and 21.5, it is
-         ;; unavailable unless sendmail.el is loaded.
+         ;; Note: as for XEmacs 21.4 and 21.5, it is unavailable
+         ;; unless sendmail.el is loaded.
          (if (boundp 'mail-default-headers)
              mail-default-headers))
   "*A string of header lines to be inserted in outgoing mails."
index f773c2fea68b3eb6179db225a9821536872f9ab3..9b756edae40da8130aec360a98e3f17fff5d893a 100644 (file)
@@ -1479,7 +1479,7 @@ be determined."
    ;; Handle XEmacs
    ((fboundp 'valid-image-instantiator-format-p)
     (valid-image-instantiator-format-p format))
-   ;; Handle Emacs 21
+   ;; Handle Emacs
    ((fboundp 'image-type-available-p)
     (and (display-graphic-p)
         (image-type-available-p format)))
index 391517f38ba27133603cb55b7009f166b75bd2d4..675cafe3ac125a1326d9cb25d007b1ea317b561c 100644 (file)
                           '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