From: Richard M. Stallman Date: Fri, 9 Sep 2005 01:24:15 +0000 (+0000) Subject: Require `compile' unconditionally. X-Git-Tag: emacs-pretest-22.0.90~7215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3b8339fd7fcc133af5542e183d2d78c2b563f57;p=emacs.git Require `compile' unconditionally. --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index d137284f795..e5089d84fb0 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -960,8 +960,7 @@ Convert it to flymake internal format." (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