(ispell-message-text-end): Match Postcript 3 like 2.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 22:51:08 +0000 (22:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Oct 1994 22:51:08 +0000 (22:51 +0000)
lisp/textmodes/ispell.el

index 246d070..9e20184 100644 (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)