From: Ivan Shmakov Date: Wed, 19 Nov 2014 17:37:18 +0000 (+0100) Subject: (eww-reload): Reload the page in the right buffer. X-Git-Tag: emacs-25.0.90~2635^2~412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fd6f5963b5a448f40c8e79bda60fd0b5721566b;p=emacs.git (eww-reload): Reload the page in the right buffer. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1194ba7aa7c..aacc5260812 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 diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 83d96f50b1a..e7fab1ebddc 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -705,7 +705,8 @@ appears in a or 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.