]> code.delx.au - gnu-emacs/commitdiff
(eww-reload): Reload the page in the right buffer.
authorIvan Shmakov <ivan@siamics.net>
Wed, 19 Nov 2014 17:37:18 +0000 (18:37 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 19 Nov 2014 17:37:18 +0000 (18:37 +0100)
lisp/ChangeLog
lisp/net/eww.el

index 1194ba7aa7cd95c9c26bf0ec69fde5fd3503a107..aacc5260812fea95e666ef0f718b3a9091c89776 100644 (file)
@@ -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  <larsi@gnus.org>
 
index 83d96f50b1a9c3b0ad6f0a9097e307a439f62b52..e7fab1ebddc2919722a80185b99dc0d3aab689dd 100644 (file)
@@ -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.