Mercurial > emacs
view lisp/subdirs.el @ 30899:429c384fc024
(normal-top-level): Look in each dir in load-path for a leim-list.el
file too. This assures of loading leim-list.el that is created at
Emacs installation time even if a user have his own leim-list.el.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 17 Aug 2000 01:08:11 +0000 |
parents | fb7388151943 |
children | 79896a32090f |
line wrap: on
line source
;; In load-path, after this directory should come ;; certain of its subdirectories. Here we specify them. (normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" "eshell" ))