[gnus git] branch master updated: m0-11-226-g4b3bd6c =1= message.el (gnus-extract-address-components): Remove bogus declaration that was masking previous problem
Katsumi Yamaoka <[email protected]> Tue, 28 Apr 2015 00:16:56 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4b3bd6c2717eaec8fc48bf729db7ce9580d5bc24 (commit)
from 28ad920a7adb53479e9ef7ce95c09f3fc0939185 (commit)
- Log -----------------------------------------------------------------
commit 4b3bd6c2717eaec8fc48bf729db7ce9580d5bc24
Author: Glenn Morris <[email protected]>
Date: Mon Apr 27 22:16:45 2015 +0000
message.el (gnus-extract-address-components): Remove bogus declaration that was masking previous problem
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10ab0a0..757eca8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-27 Glenn Morris <[email protected]>
+
+ * message.el (gnus-extract-address-components):
+ Remove bogus declaration that was masking previous problem.
+
2015-04-25 Lars Magne Ingebrigtsen <[email protected]>
* hashcash.el (hashcash-insert-payment-async-2): Save the mark when
diff --git a/lisp/message.el b/lisp/message.el
index b8a69b0..85b917d 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -4041,8 +4041,6 @@ This function uses `mail-citation-hook' if that is non-nil."
"Cite function in the standard Message manner."
(message-cite-original-1 nil))
-(defvar gnus-extract-address-components)
-
(autoload 'format-spec "format-spec")
(autoload 'gnus-date-get-time "gnus-util")
@@ -4064,7 +4062,7 @@ See `message-citation-line-format'."
(unless from
(setq from (mail-header-from message-reply-headers)))
(let* ((data (condition-case ()
- (funcall (if (boundp gnus-extract-address-components)
+ (funcall (if (boundp 'gnus-extract-address-components)
gnus-extract-address-components
'mail-extract-address-components)
from)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/message.el | 4 +---
2 files changed, 6 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project