diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 10:15:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-08-31 10:15:47 +0000 |
commit | 02b7100bc192864dafd2f13f30e4d52506b4024d (patch) | |
tree | 5085402d5a5240028e373fc683642275d0d96d74 /nt/subdirs.el | |
parent | a67b854e6195dc10e1946d1bb682c035526cefa1 (diff) | |
download | emacs-02b7100bc192864dafd2f13f30e4d52506b4024d.tar.gz |
New file.
Diffstat (limited to 'nt/subdirs.el')
-rw-r--r-- | nt/subdirs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/subdirs.el b/nt/subdirs.el new file mode 100644 index 00000000000..5370698ec70 --- /dev/null +++ b/nt/subdirs.el @@ -0,0 +1,2 @@ +(if (fboundp 'normal-top-level-add-subdirs-to-load-path) + (normal-top-level-add-subdirs-to-load-path)) |