changeset 65382:8cdd634706b6

Require `compile' unconditionally.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Sep 2005 01:24:15 +0000
parents 85a1acb45695
children 4dadc0d80d76
files lisp/progmodes/flymake.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/flymake.el	Fri Sep 09 01:22:05 2005 +0000
+++ b/lisp/progmodes/flymake.el	Fri Sep 09 01:24:15 2005 +0000
@@ -960,8 +960,7 @@
 	  (setq converted-list (cons (list regexp file line col) converted-list)))))
     converted-list))
 
-(eval-when-compile
-  (require 'compile))
+(require 'compile)
 
 (defvar flymake-err-line-patterns ; regexp file-idx line-idx col-idx (optional) text-idx(optional), match-end to end of string is error text
   (append