emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 28a584d: Fix eww typo in "up" handling


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 28a584d: Fix eww typo in "up" handling
Date: Sun, 28 Dec 2014 13:55:44 +0000

branch: master
commit 28a584d0e930a2f19dc4f09c9dfb85d9dac24587
Author: Ivan Shmakov <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix eww typo in "up" handling
    
    Fixes: debbugs:19445
    
    * lisp/net/eww.el (eww-handle-link): Fix typo in "up" rel handling.
---
 lisp/ChangeLog  |    5 +++++
 lisp/net/eww.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bfe2dfb..4f0f9ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-28  Ivan Shmakov  <address@hidden>
+
+       * net/eww.el (eww-handle-link): Fix typo in "up" rel handling
+       (bug#19445).
+
 2014-12-28  Juri Linkov  <address@hidden>
 
        * vc/compare-w.el: Require diff-mode for diff faces.
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index c6d3bbc..9d787d3 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -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))))



reply via email to

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