mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.
This commit is contained in:
parent
998ee97650
commit
087aeac6cc
@ -214,7 +214,7 @@ that have not already been dumped will be lost."
|
||||
(read (current-buffer)))))
|
||||
|
||||
(defun ispell-tex-buffer-p ()
|
||||
(memq major-mode '(plain-TeX-mode LaTeX-mode)))
|
||||
(memq major-mode '(plain-tex-mode latex-mode slitex-mode)))
|
||||
|
||||
(defvar ispell-menu-map (make-sparse-keymap "Spell"))
|
||||
(defalias 'ispell-menu-map ispell-menu-map)
|
||||
|
Loading…
Reference in New Issue
Block a user