aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml/subdirs.el
diff options
context:
space:
mode:
authorMark A. Hershberger <[email protected]>2007-11-23 06:58:00 +0000
committerMark A. Hershberger <[email protected]>2007-11-23 06:58:00 +0000
commit8cd39fb3c4cf47d2464f00eaa69c587e17dd11cc (patch)
tree7bcd47a7dcbbad100dd3e8f8a7e08b48353c58a8 /lisp/nxml/subdirs.el
parentf7cf8b2009b0bc2526d50c3455f737a543122dd4 (diff)
Initial merge of nxml
Diffstat (limited to 'lisp/nxml/subdirs.el')
-rw-r--r--lisp/nxml/subdirs.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/nxml/subdirs.el b/lisp/nxml/subdirs.el
new file mode 100644
index 0000000000..4103b568b4
--- /dev/null
+++ b/lisp/nxml/subdirs.el
@@ -0,0 +1,8 @@
+;; -*- no-byte-compile: t -*-
+;; In load-path, after this directory should come
+;; certain of its subdirectories. Here we specify them.
+(normal-top-level-add-to-load-path '("char-name" ))
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; End: