/[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.12 by monnier, Sat Mar 26 15:33:33 2005 UTC revision 1.13 by lute, Mon Apr 4 09:22:59 2005 UTC
# Line 964  Convert it to flymake internal format." Line 964  Convert it to flymake internal format."
964          (if (consp file)        (setq file (car file)))          (if (consp file)        (setq file (car file)))
965          (if (consp line)        (setq line (car line)))          (if (consp line)        (setq line (car line)))
966          (if (consp col) (setq col (car col)))          (if (consp col) (setq col (car col)))
967            
968          (when (not (functionp line))          (when (not (functionp line))
969            (setq converted-list (cons (list regexp file line col) converted-list)))))            (setq converted-list (cons (list regexp file line col) converted-list)))))
970      converted-list))      converted-list))
# Line 1508  Return first 'INCLUDE-DIRS/REL-FILE-NAME Line 1508  Return first 'INCLUDE-DIRS/REL-FILE-NAME
1508    "Minor mode to do on-the-fly syntax checking.    "Minor mode to do on-the-fly syntax checking.
1509  When called interactively, toggles the minor mode.  When called interactively, toggles the minor mode.
1510  With arg, turn Flymake mode on if and only if arg is positive."  With arg, turn Flymake mode on if and only if arg is positive."
1511    :lighter flymake-mode-line    :group 'flymake :lighter flymake-mode-line
1512    (if flymake-mode    (if flymake-mode
1513        (if (flymake-can-syntax-check-file (buffer-file-name))        (if (flymake-can-syntax-check-file (buffer-file-name))
1514            (flymake-mode-on)            (flymake-mode-on)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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