emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/flymake-refactor 46e0721 08/52: Fix test failure i


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor 46e0721 08/52: Fix test failure introduced by previous commit
Date: Sun, 1 Oct 2017 12:40:43 -0400 (EDT)

branch: scratch/flymake-refactor
commit 46e0721f05a0dcbe936d5c4d2173c7d3891c705a
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Fix test failure introduced by previous commit
    
    * lisp/progmodes/flymake-proc.el
    (flymake-proc-get-make-cmdline): Rename from
    flymake-proc--get-make-cmdline.
---
 lisp/progmodes/flymake-proc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el
index 7ef40fd..11a5d92 100644
--- a/lisp/progmodes/flymake-proc.el
+++ b/lisp/progmodes/flymake-proc.el
@@ -902,7 +902,7 @@ Return full-name.  Names are real, not patched."
                                    (file-name-directory source-file-name))
              base-dir)))
 
-(defun flymake-proc--get-make-cmdline (source base-dir)
+(defun flymake-proc-get-make-cmdline (source base-dir)
   (list "make"
        (list "-s"
              "-C"



reply via email to

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