diff options
Diffstat (limited to 'lisp/textmodes/mhtml-mode.el')
-rw-r--r-- | lisp/textmodes/mhtml-mode.el | 4 |
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'.") ((eq mhtml-tag-relative-indent 'ignore) (setq base-indent 0))) (narrow-to-region region-start (point-max)) - (let ((prog-indentation-context (list base-indent - (cons (point-min) nil) - nil))) + (let ((prog-indentation-context (list base-indent))) (mhtml--with-locals submode ;; indent-line-function was rebound by ;; mhtml--with-locals. |