annotate lisp/subdirs.el @ 27793:d1722c46d998

(format-annotate-single-property-change): Handle properties.with dotted-list values. (format-proper-list-p): New function.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 21 Feb 2000 12:58:30 +0000
parents a7bf11fbec64
children fb7388151943
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25867
Dave Love <fx@gnu.org>
parents:
diff changeset
1 ;; In load-path, after this directory should come
Dave Love <fx@gnu.org>
parents:
diff changeset
2 ;; certain of its subdirectories. Here we specify them.
27311
a7bf11fbec64 Add `net' directory.
Gerd Moellmann <gerd@gnu.org>
parents: 25867
diff changeset
3 (normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" ))