comparison lisp/progmodes/etags.el @ 95620:c94868f48d3d

Remove unnecessary eval-when-compile.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:37:37 +0000
parents bf49392d93fe
children 3e4cbf8f8b68
comparison
equal deleted inserted replaced
95619:45dbb3c749a6 95620:c94868f48d3d
823 (find-tag-tag prompt))))) 823 (find-tag-tag prompt)))))
824 824
825 (defvar find-tag-history nil) ; Doc string? 825 (defvar find-tag-history nil) ; Doc string?
826 826
827 ;; Dynamic bondage: 827 ;; Dynamic bondage:
828 (eval-when-compile 828 (defvar etags-case-fold-search)
829 (defvar etags-case-fold-search) 829 (defvar etags-syntax-table)
830 (defvar etags-syntax-table))
831 830
832 ;;;###autoload 831 ;;;###autoload
833 (defun find-tag-noselect (tagname &optional next-p regexp-p) 832 (defun find-tag-noselect (tagname &optional next-p regexp-p)
834 "Find tag (in current tags table) whose name contains TAGNAME. 833 "Find tag (in current tags table) whose name contains TAGNAME.
835 Returns the buffer containing the tag's definition and moves its point there, 834 Returns the buffer containing the tag's definition and moves its point there,