diff options
| author | Markus Rost | 2002-10-06 19:57:17 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-10-06 19:57:17 +0000 |
| commit | be4e15df4c7390d7b6d2a893df9c84c791a30f17 (patch) | |
| tree | d0c5c3d949b07ee7807e35cfac8282949b2515cf | |
| parent | 4b404d45fd72d6e6d56bbc8a668b841bb74473b2 (diff) | |
| download | emacs-be4e15df4c7390d7b6d2a893df9c84c791a30f17.tar.gz emacs-be4e15df4c7390d7b6d2a893df9c84c791a30f17.zip | |
Regenerated. This added ;; -*- no-byte-compile: t -*- in the first line.
| -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 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 1 | ;; In load-path, after this directory should come | 2 | ;; In load-path, after this directory should come |
| 2 | ;; certain of its subdirectories. Here we specify them. | 3 | ;; certain of its subdirectories. Here we specify them. |
| 3 | (normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" )) | 4 | (normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" )) |