From 727bca89c44329251ba6d4bd06258d9e356a04f3 Mon Sep 17 00:00:00 2001 From: David Engster Date: Thu, 23 Jun 2011 21:08:11 +0200 Subject: [PATCH] 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 49565284328..4ad7c1c01bd 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 -- 2.39.5