From 349c3ad616858c9ceed72aa43a7524c426f25be9 Mon Sep 17 00:00:00 2001
From: Masayuki Hatta <mhatta@debian.org>
Date: Wed, 11 Oct 2006 03:51:47 +0900
Subject: [PATCH] Kill offensive (add-to-list 'load-path nil) in cedet-autogen.el.

---
 common/cedet-autogen.el |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/common/cedet-autogen.el b/common/cedet-autogen.el
index 147cca5..e8778d8 100644
--- a/common/cedet-autogen.el
+++ b/common/cedet-autogen.el
@@ -58,7 +58,10 @@ interned in the initial obarray."
 (when (cedet-autogen-noninteractive)
   ;; If the user is doing this non-interactively, we need to set up
   ;; these conveniences.
-  (add-to-list 'load-path nil)
+;
+; [Debian] Seems this causes too much problem...
+;
+;  (add-to-list 'load-path nil)
   (setq find-file-hooks nil
         find-file-suppress-same-file-warnings t)
   )
-- 
1.5.4.3

