emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/rfc1843.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/rfc1843.el
Date: Fri, 04 Apr 2003 01:22:17 -0500

Index: emacs/lisp/gnus/rfc1843.el
diff -c emacs/lisp/gnus/rfc1843.el:1.3 emacs/lisp/gnus/rfc1843.el:1.4
*** emacs/lisp/gnus/rfc1843.el:1.3      Sun Jul 15 13:42:53 2001
--- emacs/lisp/gnus/rfc1843.el  Tue Feb  4 08:06:38 2003
***************
*** 88,94 ****
                                          rfc1843-hzp-word-regexp
                                        rfc1843-word-regexp) (point-max) t)
              ;;; Text with extents may cause XEmacs crash
!             (setq str (buffer-substring-no-properties 
                         (match-beginning 1)
                         (match-end 1)))
              (setq firstc (aref str 0))
--- 88,94 ----
                                          rfc1843-hzp-word-regexp
                                        rfc1843-word-regexp) (point-max) t)
              ;;; Text with extents may cause XEmacs crash
!             (setq str (buffer-substring-no-properties
                         (match-beginning 1)
                         (match-end 1)))
              (setq firstc (aref str 0))
***************
*** 145,151 ****
                 (ct (message-fetch-field "Content-Type" t))
                 (ctl (and ct (ignore-errors
                                (mail-header-parse-content-type ct)))))
!           (if (and ctl (not (string-match "/" (car ctl)))) 
                (setq ctl nil))
            (goto-char (point-max))
            (widen)
--- 145,151 ----
                 (ct (message-fetch-field "Content-Type" t))
                 (ctl (and ct (ignore-errors
                                (mail-header-parse-content-type ct)))))
!           (if (and ctl (not (string-match "/" (car ctl))))
                (setq ctl nil))
            (goto-char (point-max))
            (widen)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]