projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b45516
)
shr.el (shr-expand-url): Fix typo.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 21 Apr 2011 02:48:04 +0000
(
02:48
+0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 21 Apr 2011 02:48:04 +0000
(
02:48
+0000)
lisp/gnus/shr.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/shr.el
b/lisp/gnus/shr.el
index ee231e6a82fbdc5c7d5c9f71fbe6fb3beb0e8edb..401ac1a08c64b9df43627ed3427567d674d07703 100644
(file)
--- 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))))