aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-12-07 20:50:23 +0100
committerLars Magne Ingebrigtsen2014-12-07 20:50:23 +0100
commitc08883ccb42b16332cdf8115de32e80a6758cf04 (patch)
tree371efd506fe1364504b95e340b8a42b393396f32
parent007d4c29c273e3c147716a9bf63b1887b1413d40 (diff)
downloademacs-c08883ccb42b16332cdf8115de32e80a6758cf04.tar.gz
emacs-c08883ccb42b16332cdf8115de32e80a6758cf04.zip
(eww-current-buffer): Compilation fix for bug#18550 patch.
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/net/eww.el2
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7ebec5d8d1c..5ee822a6d26 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
12014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> 12014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086). 3 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086).
4 (eww-current-buffer): Compilation fix for bug#18550 patch.
4 5
52014-12-07 Ivan Shmakov <ivan@siamics.net> 62014-12-07 Ivan Shmakov <ivan@siamics.net>
6 7
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 6253e4cc9aa..1e63cafd5ea 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -1586,6 +1586,8 @@ Differences in #targets are ignored."
1586 (nthcdr eww-history-limit eww-history))) 1586 (nthcdr eww-history-limit eww-history)))
1587 (setcdr tail nil))) 1587 (setcdr tail nil)))
1588 1588
1589(defvar eww-current-buffer)
1590
1589(defun eww-list-histories () 1591(defun eww-list-histories ()
1590 "List the eww-histories." 1592 "List the eww-histories."
1591 (interactive) 1593 (interactive)