summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/esh-test.el')
-rw-r--r--lisp/eshell/esh-test.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el
index 8884cadd8df..56b0a7dc322 100644
--- a/lisp/eshell/esh-test.el
+++ b/lisp/eshell/esh-test.el
@@ -1,7 +1,7 @@
;;; esh-test.el --- Eshell test suite
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;; 2008 Free Software Foundation, Inc.
;; Author: John Wiegley <johnw@gnu.org>
@@ -71,8 +71,7 @@
;;; Code:
-(eval-when-compile
- (defvar test-buffer))
+(defvar test-buffer)
(defun eshell-insert-command (text &optional func)
"Insert a command at the end of the buffer."