(ispell-message-text-end): Match Postcript 3 like 2.

This commit is contained in:
Richard M. Stallman 1994-10-26 22:51:08 +00:00
parent 273c0c509d
commit c3054b518e

View file

@ -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)