]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/mhtml-mode.el: Avoid loading flyspell. (Bug#33939)
authorLeo Liu <sdl.web@gmail.com>
Sun, 6 Jan 2019 23:22:45 +0000 (07:22 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 6 Jan 2019 23:31:33 +0000 (07:31 +0800)
lisp/textmodes/mhtml-mode.el

index 70019ffd8da4f6b1ad5cc006374a3034b5d996cb..17298ccf5f72418d78c36254af9fd588d0a19f7e 100644 (file)
 
 ;;; Code:
 
-(eval-and-compile
-  (require 'flyspell)
-  (require 'sgml-mode))
+(eval-and-compile (require 'sgml-mode))
 (require 'js)
 (require 'css-mode)
 (require 'prog-mode)
-(require 'font-lock)
 
 (defcustom mhtml-tag-relative-indent t
   "How <script> and <style> bodies are indented relative to the tag.
@@ -349,6 +346,8 @@ This is used by `mhtml--pre-command'.")
       ;; HTML.
       (sgml-indent-line))))
 
+(declare-function flyspell-generic-progmode-verify "flyspell")
+
 (defun mhtml--flyspell-check-word ()
   (let ((submode (get-text-property (point) 'mhtml-submode)))
     (if submode