From: Glenn Morris Date: Sat, 7 Jun 2008 02:44:49 +0000 (+0000) Subject: Remove unnecessary eval-when-compile. X-Git-Tag: emacs-pretest-23.0.90~5037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afe5ac582c554ea6be7ea52de0c077c1d15404cf;p=emacs.git Remove unnecessary eval-when-compile. --- 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 ;; Maintainer: Kevin Gallagher @@ -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).