changeset 95620:c94868f48d3d

Remove unnecessary eval-when-compile.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:37:37 +0000
parents 45dbb3c749a6
children 3e8dd23c12aa
files lisp/progmodes/etags.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sat Jun 07 02:37:13 2008 +0000
+++ b/lisp/progmodes/etags.el	Sat Jun 07 02:37:37 2008 +0000
@@ -825,9 +825,8 @@
 (defvar find-tag-history nil) ; Doc string?
 
 ;; Dynamic bondage:
-(eval-when-compile
-  (defvar etags-case-fold-search)
-  (defvar etags-syntax-table))
+(defvar etags-case-fold-search)
+(defvar etags-syntax-table)
 
 ;;;###autoload
 (defun find-tag-noselect (tagname &optional next-p regexp-p)