aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKatsumi Yamaoka <[email protected]>2011-04-21 02:48:04 +0000
committerKatsumi Yamaoka <[email protected]>2011-04-21 02:48:04 +0000
commit891e751b65caba415af328856e27345382f4416d (patch)
tree5e2d601e0fe1ab26696f05211ee3d20abeeca0d6 /lisp
parent2b45516032f09132ef5a6da32c4482bbe689815f (diff)
shr.el (shr-expand-url): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/shr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el
index ee231e6a82..401ac1a08c 100644
--- a/lisp/gnus/shr.el
+++ b/lisp/gnus/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))))