+2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * net/eww.el (eww): Start of strings is \\`, not ^.
+
2013-06-24 Ivan Kanis <ivan@kanis.fr>
* net/shr.el (shr-browse-url): Fix interactive spec.
;; some site don't redirect final /
(when (string= (url-filename (url-generic-parse-url url)) "")
(setq url (concat url "/"))))
- (unless (string-match-p "^file:" url)
+ (unless (string-match-p "\\'file:" url)
(setq url (concat eww-search-prefix
(replace-regexp-in-string " " "+" url)))))
(url-retrieve url 'eww-render (list url)))