From: adamch Date: Sun, 11 Nov 2007 21:26:02 +0000 (+0000) Subject: Whoops; unbound variable; god bless dynamic typing X-Git-Url: http://git.hcoop.net/hcoop/zz_old/domtool2-proto.git/commitdiff_plain/db0e15df1fa02fc7e0cd6b7bdcf7fd59db1d5e7d Whoops; unbound variable; god bless dynamic typing --- diff --git a/elisp/domtool-mode.el b/elisp/domtool-mode.el index 039db8d..4b37e9c 100644 --- a/elisp/domtool-mode.el +++ b/elisp/domtool-mode.el @@ -100,7 +100,6 @@ . domtool-font-lock-syntactic-keywords) (font-lock-syntactic-face-function . domtool-font-lock-syntactic-face-function))) - (set (make-local-variable 'indent-line-function) 'sml-indent-line) (set (make-local-variable 'comment-start) "(* ") (set (make-local-variable 'comment-end) " *)") (set (make-local-variable 'comment-nested) t))