Mercurial > emacs
annotate lisp/subdirs.el @ 47788:1174e4c84d58
(define-minor-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Oct 2002 22:49:39 +0000 |
parents | 3f3106d3feb6 |
children |
rev | line source |
---|---|
47774
3f3106d3feb6
Regenerated. This added ;; -*- no-byte-compile: t -*- in the first line.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
40918
diff
changeset
|
1 ;; -*- no-byte-compile: t -*- |
25867 | 2 ;; In load-path, after this directory should come |
3 ;; certain of its subdirectories. Here we specify them. | |
40918 | 4 (normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" )) |