From: Richard M. Stallman Date: Wed, 26 Oct 1994 22:51:08 +0000 (+0000) Subject: (ispell-message-text-end): Match Postcript 3 like 2. X-Git-Tag: emacs-19.34~6137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3054b518e427bfd59b08a308bfddfb2a7f51954;p=emacs.git (ispell-message-text-end): Match Postcript 3 like 2. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 246d0706540..9e201848032 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1922,7 +1922,7 @@ warns you if the previous word is incorrectly spelled." (mapconcat (function identity) '( ;; Matches postscript files. - "^%!PS-Adobe-2.0" + "^%!PS-Adobe-[23].0" ;; Matches uuencoded text "^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM" ;; Matches shell files (esp. auto-decoding)