Fix eww typo in "up" handling

Fixes: debbugs:19445

* lisp/net/eww.el (eww-handle-link): Fix typo in "up" rel handling.
This commit is contained in:
Ivan Shmakov 2014-12-28 14:54:46 +01:00 committed by Lars Ingebrigtsen
parent e092accb6b
commit 28a584d0e9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-12-28 Ivan Shmakov <ivan@siamics.net>
* net/eww.el (eww-handle-link): Fix typo in "up" rel handling
(bug#19445).
2014-12-28 Juri Linkov <juri@linkov.net>
* vc/compare-w.el: Require diff-mode for diff faces.

View file

@ -445,7 +445,7 @@ See the `eww-search-prefix' variable for the search engine used."
("start" . :start)
("home" . :home)
("contents" . :contents)
("up" . up)))))
("up" . :up)))))
(and href
where
(plist-put eww-data (cdr where) href))))