summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-io.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-07 02:37:13 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-07 02:37:13 +0000
commit1a32899de36b245916e553a7fda8ab37fea6fc1e (patch)
treef0f4e00a422c4f139002f8e9d36c2bb063fe2e5d /lisp/eshell/esh-io.el
parent966bd7bd3ef9fe8f803055c2a1b41cf5dd1e603a (diff)
downloademacs-1a32899de36b245916e553a7fda8ab37fea6fc1e.tar.gz
Remove unnecessary eval-when-compiles and eval-and-compiles.
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r--lisp/eshell/esh-io.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index 276ecf107c1..052301013c2 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -1,7 +1,7 @@
;;; esh-io.el --- I/O management
-;; 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>
@@ -380,8 +380,7 @@ it defaults to `insert'."
(error "Invalid redirection target: %s"
(eshell-stringify target)))))
-(eval-when-compile
- (defvar grep-null-device))
+(defvar grep-null-device)
(defun eshell-set-output-handle (index mode &optional target)
"Set handle INDEX, using MODE, to point to TARGET."