/[emacs]/emacs/lisp/progmodes/flymake.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/flymake.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by rms, Sat Apr 30 20:13:39 2005 UTC revision 1.16 by lektu, Mon May 16 11:26:54 2005 UTC
# Line 1004  Return its components if so, nil if no." Line 1004  Return its components if so, nil if no."
1004                 (line-idx (nth 2 (car patterns))))                 (line-idx (nth 2 (car patterns))))
1005    
1006            (setq raw-file-name (if file-idx (match-string file-idx line) nil))            (setq raw-file-name (if file-idx (match-string file-idx line) nil))
1007            (setq line-no       (if line-idx (string-to-int (match-string line-idx line)) 0))            (setq line-no       (if line-idx (string-to-number (match-string line-idx line)) 0))
1008            (setq err-text      (if (> (length (car patterns)) 4)            (setq err-text      (if (> (length (car patterns)) 4)
1009                                    (match-string (nth 4 (car patterns)) line)                                    (match-string (nth 4 (car patterns)) line)
1010                                  (flymake-patch-err-text (substring line (match-end 0)))))                                  (flymake-patch-err-text (substring line (match-end 0)))))

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26