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,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/flymake.el,v
Date: Mon, 29 Jan 2007 16:18:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/01/29 16:18:04

Index: flymake.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/flymake.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- flymake.el  21 Jan 2007 03:20:45 -0000      1.44
+++ flymake.el  29 Jan 2007 16:18:04 -0000      1.45
@@ -1626,7 +1626,7 @@
                       buildfile-name source-file-name)))))
 
 (defun flymake-init-create-temp-source-and-master-buffer-copy (get-incl-dirs-f 
create-temp-f master-file-masks include-regexp)
-  "Find master file (or buffer), create it's copy along with a copy of the 
source file."
+  "Find master file (or buffer), create its copy along with a copy of the 
source file."
   (let* ((source-file-name       buffer-file-name)
         (temp-source-file-name  (flymake-init-create-temp-buffer-copy 
create-temp-f))
         (master-and-temp-master (flymake-create-master-file




reply via email to

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