From 26b3dce61c1247b5b142f51209a3609013591fcb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 7 Jun 2008 02:38:32 +0000 Subject: Remove unnecessary eval-when-compiles. --- lisp/international/mule-diag.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lisp/international/mule-diag.el') diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index c01e15cf2d6..3647dfd8224 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -1,7 +1,7 @@ ;;; mule-diag.el --- show diagnosis of multilingual environment (Mule) -;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +;; 2007, 2008 Free Software Foundation, Inc. ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, ;; 2005, 2006, 2007, 2008 ;; National Institute of Advanced Industrial Science and Technology (AIST) @@ -373,8 +373,7 @@ detailed meanings of these arguments." ;;; CODING-SYSTEM -(eval-when-compile ; dynamic bondage - (defvar graphic-register)) +(defvar graphic-register) ; dynamic bondage ;; Print information about designation of each graphic register in ;; DESIGNATIONS in human readable format. See the documentation of -- cgit v1.2.1