Index: emacs/lisp/progmodes/flymake.el diff -c emacs/lisp/progmodes/flymake.el:1.29 emacs/lisp/progmodes/flymake.el:1.30 *** emacs/lisp/progmodes/flymake.el:1.29 Fri Aug 26 13:48:33 2005 --- emacs/lisp/progmodes/flymake.el Fri Sep 9 01:24:15 2005 *************** *** 960,967 **** (setq converted-list (cons (list regexp file line col) converted-list))))) converted-list)) ! (eval-when-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 --- 960,966 ---- (setq converted-list (cons (list regexp file line col) converted-list))))) converted-list)) ! (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
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs