From: Lars Magne Ingebrigtsen Date: Sun, 7 Dec 2014 19:50:23 +0000 (+0100) Subject: (eww-current-buffer): Compilation fix for bug#18550 patch. X-Git-Tag: emacs-25.0.90~2635^2~171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c08883ccb42b16332cdf8115de32e80a6758cf04;p=emacs.git (eww-current-buffer): Compilation fix for bug#18550 patch. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ebec5d8d1c..5ee822a6d26 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2014-12-07 Lars Magne Ingebrigtsen * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086). + (eww-current-buffer): Compilation fix for bug#18550 patch. 2014-12-07 Ivan Shmakov 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." (nthcdr eww-history-limit eww-history))) (setcdr tail nil))) +(defvar eww-current-buffer) + (defun eww-list-histories () "List the eww-histories." (interactive)