From c3054b518e427bfd59b08a308bfddfb2a7f51954 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 26 Oct 1994 22:51:08 +0000 Subject: [PATCH] (ispell-message-text-end): Match Postcript 3 like 2. --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5