domtool-mode patch from the inimitable clinton
[jyaworski/domtool2.git] / elisp / domtool-mode.el
index 9330e0b..cbd5175 100644 (file)
@@ -40,7 +40,7 @@
 (defun domtool-syms-re (&rest syms)
   (concat "\\<" (regexp-opt syms t) "\\>"))
 
-(load-file "/usr/local/share/emacs/site-lisp/domtool-mode/domtool-tables.el")
+(require 'domtool-tables)
 
 (defvar domtool-font-lock-keywords
   `(,(concat
                    (incf depth)
                  (decf depth)))
              (+ (current-indentation) depth)))))
+
+(provide 'domtool-mode)