bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link


From: Ivan Shmakov
Subject: bug#19445: eww-up-url: no-op, due to a typo in eww-handle-link
Date: Fri, 26 Dec 2014 17:40:37 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Package:  emacs
Severity: minor

        Please consider the following patch.

        * lisp/net/eww.el (eww-handle-link): Fix a typo in the "up" rel
        handling.

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -427,7 +427,7 @@ defun eww-handle-link (dom)
                   ("start" . :start)
                   ("home" . :home)
                   ("contents" . :contents)
-                  ("up" . up)))))
+                  ("up" . :up)))))
     (and href
         where
         (plist-put eww-data (cdr where) href))))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]