emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Thu, 08 Sep 2005 21:24:16 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]