changeset 9718:a3bed2efdb45

(ispell-message-text-end): Match Postcript 3 like 2.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Oct 1994 22:51:08 +0000
parents 96a592ccb751
children c1e70445780e
files lisp/textmodes/ispell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Wed Oct 26 22:43:45 1994 +0000
+++ b/lisp/textmodes/ispell.el	Wed Oct 26 22:51:08 1994 +0000
@@ -1922,7 +1922,7 @@
   (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)