]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix eww typo in "up" handling
authorIvan Shmakov <ivan@siamics.net>
Sun, 28 Dec 2014 13:54:46 +0000 (14:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 28 Dec 2014 13:54:46 +0000 (14:54 +0100)
Fixes: debbugs:19445
* lisp/net/eww.el (eww-handle-link): Fix typo in "up" rel handling.

lisp/ChangeLog
lisp/net/eww.el

index bfe2dfb6f2e5f741eba7d3c739d13021288febe8..4f0f9ba73f2bfd4356c98d066f8259f11a2c3164 100644 (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.
index c6d3bbceda29c0c453dc28440839f1c223fd6c32..9d787d34f49fa11616f8e17bf8efbf992174b6ca 100644 (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))))