aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-24 01:11:53 +0000
committerRichard M. Stallman1994-07-24 01:11:53 +0000
commit087aeac6cc30f08c3a4692bf991590e7871a2f7c (patch)
tree2e1f820ec48da197639224c8ed1ee1ae00f7dfa1
parent998ee976504d3243fe257e45b371d3c2984b61c9 (diff)
downloademacs-087aeac6cc30f08c3a4692bf991590e7871a2f7c.tar.gz
emacs-087aeac6cc30f08c3a4692bf991590e7871a2f7c.zip
(ispell-tex-buffer-p): Write names in lower case. Add slitex-mode.
-rw-r--r--lisp/textmodes/ispell4.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index 2ee40028ceb..b57917909a8 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -214,7 +214,7 @@ that have not already been dumped will be lost."
214 (read (current-buffer))))) 214 (read (current-buffer)))))
215 215
216(defun ispell-tex-buffer-p () 216(defun ispell-tex-buffer-p ()
217 (memq major-mode '(plain-TeX-mode LaTeX-mode))) 217 (memq major-mode '(plain-tex-mode latex-mode slitex-mode)))
218 218
219(defvar ispell-menu-map (make-sparse-keymap "Spell")) 219(defvar ispell-menu-map (make-sparse-keymap "Spell"))
220(defalias 'ispell-menu-map ispell-menu-map) 220(defalias 'ispell-menu-map ispell-menu-map)