summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-10-06 19:57:17 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-10-06 19:57:17 +0000
commitbe4e15df4c7390d7b6d2a893df9c84c791a30f17 (patch)
treed0c5c3d949b07ee7807e35cfac8282949b2515cf
parent4b404d45fd72d6e6d56bbc8a668b841bb74473b2 (diff)
downloademacs-be4e15df4c7390d7b6d2a893df9c84c791a30f17.tar.gz
Regenerated. This added ;; -*- no-byte-compile: t -*- in the first line.
-rw-r--r--lisp/subdirs.el1
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" ))