diff options
| author | Richard M. Stallman | 1994-10-26 22:51:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-26 22:51:08 +0000 |
| commit | c3054b518e427bfd59b08a308bfddfb2a7f51954 (patch) | |
| tree | 2d221da16c90345e420acea411a94b161eb1b639 | |
| parent | 273c0c509d72da33ba08af0fded4b1952c033cea (diff) | |
| download | emacs-c3054b518e427bfd59b08a308bfddfb2a7f51954.tar.gz emacs-c3054b518e427bfd59b08a308bfddfb2a7f51954.zip | |
(ispell-message-text-end): Match Postcript 3 like 2.
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
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) |