From 4cf8279f1c946ae730109500896ad1e0aabfa769 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 11 Nov 2007 21:26:02 +0000 Subject: [PATCH] Whoops; unbound variable; god bless dynamic typing --- elisp/domtool-mode.el | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.20.1