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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Mon, 04 Apr 2005 05:22:59 -0400

Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.12 
emacs/lisp/progmodes/flymake.el:1.13
*** emacs/lisp/progmodes/flymake.el:1.12        Sat Mar 26 15:33:33 2005
--- emacs/lisp/progmodes/flymake.el     Mon Apr  4 09:22:59 2005
***************
*** 964,970 ****
        (if (consp file)        (setq file (car file)))
        (if (consp line)        (setq line (car line)))
        (if (consp col) (setq col (car col)))
!       
        (when (not (functionp line))
          (setq converted-list (cons (list regexp file line col) 
converted-list)))))
      converted-list))
--- 964,970 ----
        (if (consp file)        (setq file (car file)))
        (if (consp line)        (setq line (car line)))
        (if (consp col) (setq col (car col)))
! 
        (when (not (functionp line))
          (setq converted-list (cons (list regexp file line col) 
converted-list)))))
      converted-list))
***************
*** 1508,1514 ****
    "Minor mode to do on-the-fly syntax checking.
  When called interactively, toggles the minor mode.
  With arg, turn Flymake mode on if and only if arg is positive."
!   :lighter flymake-mode-line
    (if flymake-mode
        (if (flymake-can-syntax-check-file (buffer-file-name))
          (flymake-mode-on)
--- 1508,1514 ----
    "Minor mode to do on-the-fly syntax checking.
  When called interactively, toggles the minor mode.
  With arg, turn Flymake mode on if and only if arg is positive."
!   :group 'flymake :lighter flymake-mode-line
    (if flymake-mode
        (if (flymake-can-syntax-check-file (buffer-file-name))
          (flymake-mode-on)




reply via email to

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