[gnus git] branch master updated: n0-15-81-g9b3dee7 =1= (shr-expand-url): Fix typo.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9b3dee79e6c18985d91b5bf43eba52b609a9f1dd (commit)
from 4b70902e68d19c4144ebabe7e2e33b11f7159099 (commit)
- Log -----------------------------------------------------------------
commit 9b3dee79e6c18985d91b5bf43eba52b609a9f1dd
Author: Katsumi Yamaoka <[email protected]>
Date: Thu Apr 21 02:45:02 2011 +0000
(shr-expand-url): Fix typo.
diff --git a/lisp/shr.el b/lisp/shr.el
index ee231e6..401ac1a 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -402,7 +402,7 @@ redirects somewhere else."
(not shr-base))
url)
((and (not (string-match "/\\'" shr-base))
- (not (string-match "\\`" url)))
+ (not (string-match "\\`/" url)))
(concat shr-base "/" url))
(t
(concat shr-base url))))
-----------------------------------------------------------------------
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/shr.el | 2 +-
1 files changed, 1 insertions(+), 1 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