summaryrefslogtreecommitdiff
path: root/lisp/emulation/edt-mapper.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-07 02:44:49 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-07 02:44:49 +0000
commitafe5ac582c554ea6be7ea52de0c077c1d15404cf (patch)
tree9059d0dd4954b538265367b1354c80706d8ff59b /lisp/emulation/edt-mapper.el
parent937382fab3afce657a047818a1ba49ec7d5eb732 (diff)
downloademacs-afe5ac582c554ea6be7ea52de0c077c1d15404cf.tar.gz
Remove unnecessary eval-when-compile.
Diffstat (limited to 'lisp/emulation/edt-mapper.el')
-rw-r--r--lisp/emulation/edt-mapper.el9
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el
index 5c508777f9a..e55cae16bf8 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -1,7 +1,7 @@
;;; edt-mapper.el --- create an EDT LK-201 map file for X-Windows Emacs
-;; Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+;; 2007, 2008 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <Kevin.Gallagher@boeing.com>
;; Maintainer: Kevin Gallagher <Kevin.Gallagher@boeing.com>
@@ -143,9 +143,8 @@
(defvar edt-term nil)
;; To silence the byte-compiler
-(eval-when-compile
- (defvar EDT-key-name)
- (defvar edt-save-function-key-map))
+(defvar EDT-key-name)
+(defvar edt-save-function-key-map)
;;;
;;; Determine Terminal Type (if appropriate).