# HG changeset patch # User Richard M. Stallman # Date 1126229055 0 # Node ID 8cdd634706b6aeaf99585e697b8b7915d3abf302 # Parent 85a1acb45695ba450fc7850ba025148007137111 Require `compile' unconditionally. diff -r 85a1acb45695 -r 8cdd634706b6 lisp/progmodes/flymake.el --- 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