summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-11-12 11:56:05 -0700
committerTom Tromey <tom@tromey.com>2017-11-12 11:56:05 -0700
commit6aa0a26b46240d79eddd7e0d275454e235a60b84 (patch)
tree100f16f3dd413894d43b23da04f9df29b13d1c9b
parent2b8ef8dddf235d3a94013f3ab70c9b697b6471e1 (diff)
downloademacs-6aa0a26b46240d79eddd7e0d275454e235a60b84.tar.gz
Don't enable cursor-sensor-mode in mhtml-mode
* lisp/textmodes/mhtml-mode.el (mhtml--last-submode): Update doc string. (mhtml-mode): Don't call cursor-sensor-mode.
-rw-r--r--lisp/textmodes/mhtml-mode.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/textmodes/mhtml-mode.el b/lisp/textmodes/mhtml-mode.el
index 58541677509..8df251276b5 100644
--- a/lisp/textmodes/mhtml-mode.el
+++ b/lisp/textmodes/mhtml-mode.el
@@ -237,8 +237,8 @@ smallest."
(cons 'jit-lock-bounds (cons new-beg new-end)))))
(defvar-local mhtml--last-submode nil
- "Record the last visited submode, so the cursor-sensor function
-can function properly.")
+ "Record the last visited submode.
+This is used by `mhtml--pre-command'.")
(defvar-local mhtml--stashed-crucial-variables nil
"Alist of stashed values of the crucial variables.")
@@ -359,7 +359,6 @@ can function properly.")
Code inside a <script> element is indented using the rules from
`js-mode'; and code inside a <style> element is indented using
the rules from `css-mode'."
- (cursor-sensor-mode)
(setq-local indent-line-function #'mhtml-indent-line)
(setq-local parse-sexp-lookup-properties t)
(setq-local syntax-propertize-function #'mhtml-syntax-propertize)