emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 727bca8 248/316: Ensure that the


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 727bca8 248/316: Ensure that the correct buffer is active when
Date: Sat, 28 Jan 2017 09:10:08 +0000 (UTC)

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

    Ensure that the correct buffer is active when
    
    getting the EDE object
    
    * test/manual/cedet/cit-cpp.el: (cit-remove-and-do-shared-lib): Make
     sure we are in the right buffer before getting the current EDE
     object.
---
 test/manual/cedet/cit-cpp.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/manual/cedet/cit-cpp.el b/test/manual/cedet/cit-cpp.el
index 4956528..4ad7c1c 100644
--- a/test/manual/cedet/cit-cpp.el
+++ b/test/manual/cedet/cit-cpp.el
@@ -236,6 +236,7 @@ Create a new shared lib with bar.cpp in it."
   (cit-compile-and-wait)
 
   ;; Use the local libs version also to make sure it works.
+  (pop-to-buffer "main.cpp")
   (let ((mt ede-object))
     (if (string= make-type "Automake")
        (progn



reply via email to

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