]> git.eshelyaron.com Git - emacs.git/commit
Fix compiler warnings in mhtml-ts-mode.el (bug#77017).
authorVincenzo Pupillo <v.pupillo@gmail.com>
Sat, 22 Mar 2025 11:30:30 +0000 (12:30 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 31 Mar 2025 08:33:57 +0000 (10:33 +0200)
commit7804ab43e41e2d628a11198753c42b561a2890c5
tree8d012c4d25113dd906c14a65e6ac734213ed96fe
parente9cc65b19f1c492b87dec87330306d5a6e599e2e
Fix compiler warnings in mhtml-ts-mode.el (bug#77017).

* lisp/textmodes/mhtml-ts-mode.el:
Added variable and function declarations to prevent compiler
warnings.
(mhtml-ts-mode): Require 'html-ts-mode' after checking that
the html parser is available.

(cherry picked from commit 7a8e2e572902094ec7f7e3839d0224a3408e196a)
lisp/textmodes/mhtml-ts-mode.el