aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/mhtml-mode.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/textmodes/mhtml-mode.el b/lisp/textmodes/mhtml-mode.el
index 3e37edefb71..883eadd1709 100644
--- a/lisp/textmodes/mhtml-mode.el
+++ b/lisp/textmodes/mhtml-mode.el
@@ -341,9 +341,7 @@ This is used by `mhtml--pre-command'.")
341 ((eq mhtml-tag-relative-indent 'ignore) 341 ((eq mhtml-tag-relative-indent 'ignore)
342 (setq base-indent 0))) 342 (setq base-indent 0)))
343 (narrow-to-region region-start (point-max)) 343 (narrow-to-region region-start (point-max))
344 (let ((prog-indentation-context (list base-indent 344 (let ((prog-indentation-context (list base-indent)))
345 (cons (point-min) nil)
346 nil)))
347 (mhtml--with-locals submode 345 (mhtml--with-locals submode
348 ;; indent-line-function was rebound by 346 ;; indent-line-function was rebound by
349 ;; mhtml--with-locals. 347 ;; mhtml--with-locals.