From: Adam Chlipala Date: Sun, 11 Nov 2007 21:26:02 +0000 (+0000) Subject: Whoops; unbound variable; god bless dynamic typing X-Git-Tag: release_2010-11-19~156 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/4cf8279f1c946ae730109500896ad1e0aabfa769 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))