# HG changeset patch # User Richard M. Stallman # Date 778371632 0 # Node ID ddbf6eaedf22185fe2711b13eb44d51b4c8050d6 # Parent 1fe413b0a9161874bfcc4a5ada67b5d2632ada2c (ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS. diff -r 1fe413b0a916 -r ddbf6eaedf22 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Wed Aug 31 20:45:41 1994 +0000 +++ b/lisp/textmodes/ispell.el Wed Aug 31 22:20:32 1994 +0000 @@ -408,9 +408,9 @@ ;;;###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"