From: zappo Date: Thu, 12 Mar 2009 02:04:35 +0000 (+0000) Subject: Patch from David Engster X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59e7c3ea5573781a8e3f26974b3e67b60d360171;p=emacs.git Patch from David Engster * test/manual/cedet/cit-cpp.el: (cit-remove-add-to-project-cpp): Use ede-make-command --- diff --git a/test/manual/cedet/cit-cpp.el b/test/manual/cedet/cit-cpp.el index 1b9fef5ef8a..f3e20c7af0e 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 -;; 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)