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

Previous Next

Package: emacs;

Reported by: Ivan Shmakov <ivan <at> siamics.net>

Date: Fri, 26 Dec 2014 17:41:03 UTC

Severity: minor

Tags: fixed, patch

Fixed in version 25.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ivan Shmakov <ivan <at> siamics.net>
To: 19445 <at> debbugs.gnu.org
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
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/diff, inline)]
--- 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))))

This bug report was last modified 10 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.