comparison lisp/progmodes/flymake.el @ 90743:f83d17e1ace6

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
author Miles Bader <miles@gnu.org>
date Tue, 30 Jan 2007 22:22:43 +0000
parents c8c69799e144
children 1878992532c8
comparison
equal deleted inserted replaced
90742:d12279146267 90743:f83d17e1ace6
1624 (flymake-report-fatal-status 1624 (flymake-report-fatal-status
1625 "NOMK" (format "No buildfile (%s) found for %s" 1625 "NOMK" (format "No buildfile (%s) found for %s"
1626 buildfile-name source-file-name))))) 1626 buildfile-name source-file-name)))))
1627 1627
1628 (defun flymake-init-create-temp-source-and-master-buffer-copy (get-incl-dirs-f create-temp-f master-file-masks include-regexp) 1628 (defun flymake-init-create-temp-source-and-master-buffer-copy (get-incl-dirs-f create-temp-f master-file-masks include-regexp)
1629 "Find master file (or buffer), create it's copy along with a copy of the source file." 1629 "Find master file (or buffer), create its copy along with a copy of the source file."
1630 (let* ((source-file-name buffer-file-name) 1630 (let* ((source-file-name buffer-file-name)
1631 (temp-source-file-name (flymake-init-create-temp-buffer-copy create-temp-f)) 1631 (temp-source-file-name (flymake-init-create-temp-buffer-copy create-temp-f))
1632 (master-and-temp-master (flymake-create-master-file 1632 (master-and-temp-master (flymake-create-master-file
1633 source-file-name temp-source-file-name 1633 source-file-name temp-source-file-name
1634 get-incl-dirs-f create-temp-f 1634 get-incl-dirs-f create-temp-f