]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable saving EDE's cache file.
authorEric Ludlam <zappo@gnu.org>
Sat, 6 Apr 2013 11:48:10 +0000 (07:48 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:47:55 +0000 (17:47 +0200)
test/manual/cedet/cit-load.el

index 934133436f6501266dbd3508b61d29dccbe3ddad..ee25131330ca6446190b0a757df2fe28c7b8015b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; cit-load.el --- Configuration when running the integration tests.
 
-;; Copyright (C) 2008, 2009, 2012 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2012, 2013 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -37,6 +37,9 @@
 
 (setq inhibit-splash-screen t)
 
+;; Disable saving EDE's cache file.
+(setq ede-project-placeholder-cache-file nil)
+
 ;; Disables all caches related to semantic DB so all
 ;; tests run as if we have bootstrapped CEDET for the
 ;; first time.