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: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el
Date: Sun, 18 Sep 2005 08:31:32 -0400

Index: emacs/lisp/progmodes/flymake.el
diff -c emacs/lisp/progmodes/flymake.el:1.30 
emacs/lisp/progmodes/flymake.el:1.31
*** emacs/lisp/progmodes/flymake.el:1.30        Fri Sep  9 01:24:15 2005
--- emacs/lisp/progmodes/flymake.el     Sun Sep 18 12:31:27 2005
***************
*** 183,189 ****
  are the string substitutions (see `format')."
    (if (<= level flymake-log-level)
        (let* ((msg (apply 'format text args)))
!       (message msg)
        ;;(with-temp-buffer
        ;;    (insert msg)
        ;;   (insert "\n")
--- 183,189 ----
  are the string substitutions (see `format')."
    (if (<= level flymake-log-level)
        (let* ((msg (apply 'format text args)))
!       (message "%s" msg)
        ;;(with-temp-buffer
        ;;    (insert msg)
        ;;   (insert "\n")




reply via email to

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