emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104256: * lisp/mail/mail-utils.el (m


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104256: * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
Date: Mon, 16 May 2011 19:40:34 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104256
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-16 19:40:34 -0700
message:
  * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
modified:
  lisp/ChangeLog
  lisp/mail/mail-utils.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-17 02:39:23 +0000
+++ b/lisp/ChangeLog    2011-05-17 02:40:34 +0000
@@ -1,5 +1,7 @@
 2011-05-17  Glenn Morris  <address@hidden>
 
+       * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
+
        * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
        Replace obsolete function.
 

=== modified file 'lisp/mail/mail-utils.el'
--- a/lisp/mail/mail-utils.el   2011-02-12 21:45:42 +0000
+++ b/lisp/mail/mail-utils.el   2011-05-17 02:40:34 +0000
@@ -236,7 +236,7 @@
       (setq mail-dont-reply-to-names
            (concat
             ;; `rmail-default-dont-reply-to-names' is obsolete.
-            (if rmail-default-dont-reply-to-names
+            (if (bound-and-true-p rmail-default-dont-reply-to-names)
                 (concat rmail-default-dont-reply-to-names "\\|")
               "")
             (if (and user-mail-address


reply via email to

[Prev in Thread] Current Thread [Next in Thread]