[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/lisp/progmodes flymake.el
From: |
Stefan Monnier |
Subject: |
[Emacs-commit] emacs/lisp/progmodes flymake.el |
Date: |
Thu, 05 Jan 2006 18:50:48 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch:
Changes by: Stefan Monnier <address@hidden> 06/01/05 18:50:48
Modified files:
lisp/progmodes : flymake.el
Log message:
(flymake-get-cleanup-function): Default to flymake-simple-cleanup.
(flymake-allowed-file-name-masks): Use this new default.
All the functions are now called in the right buffer rather than
passing the buffer as argument.
(flymake-process-sentinel): Switch to buffer before calling cleanup.
(flymake-parse-err-lines): Remove redundant buffer arg.
(flymake-get-program-dir): Comment out unused function.
(flymake-start-syntax-check, flymake-start-syntax-check-process):
Remove redundant buffer argument.
(flymake-get-real-file-name, flymake-simple-java-cleanup)
(flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/progmodes/flymake.el.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
- [Emacs-commit] emacs/lisp/progmodes flymake.el,
Stefan Monnier <=