emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 01/01: (eww-reload): Reload the page in the right b


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 01/01: (eww-reload): Reload the page in the right buffer.
Date: Wed, 19 Nov 2014 17:37:28 +0000

branch: master
commit 9fd6f5963b5a448f40c8e79bda60fd0b5721566b
Author: Ivan Shmakov <address@hidden>
Date:   Wed Nov 19 18:37:18 2014 +0100

    (eww-reload): Reload the page in the right buffer.
---
 lisp/ChangeLog  |    1 +
 lisp/net/eww.el |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1194ba7..aacc526 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
 
        * net/eww.el (eww-history-limit): New variable.
        (eww-save-history): Use it.
+       (eww-reload): Reload the page in the right buffer.
 
 2014-11-19  Lars Magne Ingebrigtsen  <address@hidden>
 
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 83d96f5..e7fab1e 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -705,7 +705,8 @@ appears in a <link> or <a> tag."
   "Reload the current page."
   (interactive)
   (let ((url (plist-get eww-data :url)))
-    (url-retrieve url 'eww-render (list url (point)))))
+    (url-retrieve url 'eww-render
+                 (list url (point) (current-buffer)))))
 
 ;; Form support.
 



reply via email to

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