From: Katsumi Yamaoka Date: Thu, 21 Apr 2011 02:48:04 +0000 (+0000) Subject: shr.el (shr-expand-url): Fix typo. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~215^2~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=891e751b65caba415af328856e27345382f4416d;p=emacs.git shr.el (shr-expand-url): Fix typo. --- diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index ee231e6a82f..401ac1a08c6 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))))