1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

shr.el (shr-expand-url): Fix typo.

This commit is contained in:
Katsumi Yamaoka 2011-04-21 02:48:04 +00:00
parent 2b45516032
commit 891e751b65

View 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))))