Whoops; unbound variable; god bless dynamic typing
authorAdam Chlipala <adamc@hcoop.net>
Sun, 11 Nov 2007 21:26:02 +0000 (21:26 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sun, 11 Nov 2007 21:26:02 +0000 (21:26 +0000)
elisp/domtool-mode.el

index 039db8d..4b37e9c 100644 (file)
           . domtool-font-lock-syntactic-keywords)
          (font-lock-syntactic-face-function
           . domtool-font-lock-syntactic-face-function)))
           . 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))
   (set (make-local-variable 'comment-start) "(* ")
   (set (make-local-variable 'comment-end) " *)")
   (set (make-local-variable 'comment-nested) t))