diff options
Diffstat (limited to 'lisp/subdirs.el')
-rw-r--r-- | lisp/subdirs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/subdirs.el b/lisp/subdirs.el index 8f6b63290d5..e71a7fdad4d 100644 --- a/lisp/subdirs.el +++ b/lisp/subdirs.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;; In load-path, after this directory should come ;; certain of its subdirectories. Here we specify them. (normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" )) |