emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 5ef7a99 157/316: tests: Fix typo


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 5ef7a99 157/316: tests: Fix typo in ede/detect-utest
Date: Fri, 27 Jan 2017 20:03:36 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 5ef7a9946570699a96e3adc2f266b56291b9b369
Author: David Engster <address@hidden>
Commit: Edward John Steere <address@hidden>

    tests: Fix typo in ede/detect-utest
    
    This worked by chance on Emacs 24.x, but breaks on Emacs 25.
    *  test/manual/cedet/cedet/ede/detect-utest.el
---
 test/manual/cedet/cedet/ede/detect-utest.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/manual/cedet/cedet/ede/detect-utest.el 
b/test/manual/cedet/cedet/ede/detect-utest.el
index bdc55c0..0355785 100644
--- a/test/manual/cedet/cedet/ede/detect-utest.el
+++ b/test/manual/cedet/cedet/ede/detect-utest.el
@@ -554,7 +554,7 @@ If LOADEDP is nil, make sure non were loaded."
 
 (defun ede-detect-utest-subautomake-p (project)
   "Special predicate for testing the ede-proj-project type."
-  (and (project-am-makefile project)
+  (and (project-am-makefile-p project)
        (string= (file-name-nondirectory (directory-file-name (oref project 
directory))) "automake")
        (not (eq project (ede-current-project)))
        ))



reply via email to

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