aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-26 22:51:08 +0000
committerRichard M. Stallman1994-10-26 22:51:08 +0000
commitc3054b518e427bfd59b08a308bfddfb2a7f51954 (patch)
tree2d221da16c90345e420acea411a94b161eb1b639
parent273c0c509d72da33ba08af0fded4b1952c033cea (diff)
downloademacs-c3054b518e427bfd59b08a308bfddfb2a7f51954.tar.gz
emacs-c3054b518e427bfd59b08a308bfddfb2a7f51954.zip
(ispell-message-text-end): Match Postcript 3 like 2.
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
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."
1922 (mapconcat (function identity) 1922 (mapconcat (function identity)
1923 '( 1923 '(
1924 ;; Matches postscript files. 1924 ;; Matches postscript files.
1925 "^%!PS-Adobe-2.0" 1925 "^%!PS-Adobe-[23].0"
1926 ;; Matches uuencoded text 1926 ;; Matches uuencoded text
1927 "^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM" 1927 "^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM"
1928 ;; Matches shell files (esp. auto-decoding) 1928 ;; Matches shell files (esp. auto-decoding)