aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/bufhist.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bufhist.el')
-rw-r--r--lib/bufhist.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/bufhist.el b/lib/bufhist.el
index 9ef3b6b9..9ce1e8ae 100644
--- a/lib/bufhist.el
+++ b/lib/bufhist.el
@@ -1,6 +1,6 @@
;; bufhist.el --- keep read-only history of buffer contents for browsing
-;; Copyright (C) 2006 David Aspinall / University of Edinburgh
+;; Copyright (C) 2006, 2009 David Aspinall / University of Edinburgh
;; Author: David Aspinall <David.Aspinall@ed.ac.uk>
;; License: GPL (GNU GENERAL PUBLIC LICENSE)
@@ -29,6 +29,8 @@
(require 'ring)
+(declare-function bufhist-ordinary-erase-buffer "bufhist")
+
;;; First a function which ought to be in ring.el
(defun bufhist-ring-update (ring index newitem)