/[emacs]/emacs/lisp/gnus/message.el
ViewVC logotype

Diff of /emacs/lisp/gnus/message.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by miles, Mon Sep 27 07:44:44 2004 UTC revision 1.63 by jurta, Mon Oct 4 23:18:11 2004 UTC
# Line 4399  Otherwise, generate and save a value for Line 4399  Otherwise, generate and save a value for
4399               nil))))               nil))))
4400     ;; Check for control characters.     ;; Check for control characters.
4401     (message-check 'control-chars     (message-check 'control-chars
4402       (if (re-search-forward "[\000-\007\013\015-\032\034-\037\200-\237]" nil t)       (if (re-search-forward
4403              (string-as-multibyte "[\000-\007\013\015-\032\034-\037\200-\237]")
4404              nil t)
4405           (y-or-n-p           (y-or-n-p
4406            "The article contains control characters.  Really post? ")            "The article contains control characters.  Really post? ")
4407         t))         t))

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26