emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 59e7c3e 237/316: Patch from Davi


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 59e7c3e 237/316: Patch from David Engster
Date: Fri, 27 Jan 2017 20:03:43 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 59e7c3ea5573781a8e3f26974b3e67b60d360171
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    Patch from David Engster
    
    * test/manual/cedet/cit-cpp.el: (cit-remove-add-to-project-cpp): Use
       ede-make-command
---
 test/manual/cedet/cit-cpp.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-cpp.el b/test/manual/cedet/cit-cpp.el
index 1b9fef5..f3e20c7 100644
--- a/test/manual/cedet/cit-cpp.el
+++ b/test/manual/cedet/cit-cpp.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2008, 2009 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
-;; X-RCS: $Id: cit-cpp.el,v 1.3 2009-03-06 14:24:33 zappo Exp $
+;; X-RCS: $Id: cit-cpp.el,v 1.4 2009-03-12 02:04:35 zappo Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -152,7 +152,7 @@
 
   ;; 1 g) build the sources.
   ;; Direct compile to test that make fails properly.
-  (compile "make")
+  (compile ede-make-command)
   ;; @todo - verify make error status
   (while compilation-in-progress
     (accept-process-output)



reply via email to

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