/[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.30 by rms, Fri Sep 9 01:24:15 2005 UTC revision 1.31 by deego, Sun Sep 18 12:31:27 2005 UTC
# Line 183  TEXT is a format control string, and the Line 183  TEXT is a format control string, and the
183  are the string substitutions (see `format')."  are the string substitutions (see `format')."
184    (if (<= level flymake-log-level)    (if (<= level flymake-log-level)
185        (let* ((msg (apply 'format text args)))        (let* ((msg (apply 'format text args)))
186          (message msg)          (message "%s" msg)
187          ;;(with-temp-buffer          ;;(with-temp-buffer
188          ;;    (insert msg)          ;;    (insert msg)
189          ;;   (insert "\n")          ;;   (insert "\n")

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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