From 42bd0405e0b8261f9eee447566227854506c95bb Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Mon, 1 Aug 2016 13:17:06 -0400 Subject: [PATCH] Don't add subdirectories to load-path * etc/.nosearch: * realgud/.nosearch: * test/.nosearch: Add .nosearch files to subdirectories to prevent `normal-top-level-add-subdirs-to-load-path' from adding them to `load-path'. Some of the files in these subdirectories would shadow Emacs' own files if they were on the load-path. --- etc/.nosearch | 0 realgud/.nosearch | 0 test/.nosearch | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 etc/.nosearch create mode 100644 realgud/.nosearch create mode 100644 test/.nosearch diff --git a/etc/.nosearch b/etc/.nosearch new file mode 100644 index 00000000..e69de29b diff --git a/realgud/.nosearch b/realgud/.nosearch new file mode 100644 index 00000000..e69de29b diff --git a/test/.nosearch b/test/.nosearch new file mode 100644 index 00000000..e69de29b