From 99b11016b7a6f61eb4717f48e2763cbe2f0349fd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 31 Aug 1994 22:20:32 +0000 Subject: [PATCH] (ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS. --- lisp/textmodes/ispell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 3b124ccd902..efc6555ae93 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -408,9 +408,9 @@ for language-specific arguments.") ;;;###autoload (defvar ispell-dictionary-alist-1 ; sk 9-Aug-1991 18:28 '((nil ; default (english.aff) - "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) + "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("english" ; make english explicitly selectable - "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B") nil) + "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("deutsch" ; deutsch.aff "[a-zA-Z\"]" "[^a-zA-Z\"]" "[---']" t ("-C") nil) ("deutsch8" -- 2.39.5