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:
parent
2b45516032
commit
891e751b65
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user