From: Richard M. Stallman Date: Wed, 31 Aug 1994 22:20:32 +0000 (+0000) Subject: (ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS. X-Git-Tag: emacs-19.34~7178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99b11016b7a6f61eb4717f48e2763cbe2f0349fd;p=emacs.git (ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS. --- 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"