diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-07 02:38:32 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-07 02:38:32 +0000 |
commit | 26b3dce61c1247b5b142f51209a3609013591fcb (patch) | |
tree | 11255c93c466345900c716f1060376a4bea6d45d /lisp/international/mule-diag.el | |
parent | 0d56ae89189104b81cac90f39e72f174e37af5b9 (diff) | |
download | emacs-26b3dce61c1247b5b142f51209a3609013591fcb.tar.gz |
Remove unnecessary eval-when-compiles.
Diffstat (limited to 'lisp/international/mule-diag.el')
-rw-r--r-- | lisp/international/mule-diag.el | 7 |
1 files changed, 3 insertions, 4 deletions
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 |