From 1a32899de36b245916e553a7fda8ab37fea6fc1e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 7 Jun 2008 02:37:13 +0000 Subject: Remove unnecessary eval-when-compiles and eval-and-compiles. --- lisp/eshell/em-glob.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/eshell/em-glob.el') diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 319e2b4057d..6de0e89121e 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el @@ -260,9 +260,8 @@ the form: (error "No matches found: %s" glob) glob)))) -(eval-when-compile - (defvar matches) - (defvar message-shown)) +(defvar matches) +(defvar message-shown) ;; FIXME does this really need to abuse matches, message-shown? (defun eshell-glob-entries (path globs &optional recurse-p) -- cgit v1.2.1