]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el (shr-expand-url): Fix typo.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 21 Apr 2011 02:48:04 +0000 (02:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 21 Apr 2011 02:48:04 +0000 (02:48 +0000)
lisp/gnus/shr.el

index ee231e6a82fbdc5c7d5c9f71fbe6fb3beb0e8edb..401ac1a08c64b9df43627ed3427567d674d07703 100644 (file)
@@ -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))))