(ispell-message-text-end): Match Postcript 3 like 2.
This commit is contained in:
parent
273c0c509d
commit
c3054b518e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue