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/nnspool.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnspool.el
Date: Fri, 04 Jan 2002 09:34:43 -0500

Index: emacs/lisp/gnus/nnspool.el
diff -c emacs/lisp/gnus/nnspool.el:1.4 emacs/lisp/gnus/nnspool.el:1.5
*** emacs/lisp/gnus/nnspool.el:1.4      Tue Sep 19 09:37:09 2000
--- emacs/lisp/gnus/nnspool.el  Fri Jan  4 09:34:43 2002
***************
*** 1,7 ****
  ;;; nnspool.el --- spool access for GNU Emacs
  
  ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
! ;;    2000 Free Software Foundation, Inc.
  
  ;; Author: Masanobu UMEDA <address@hidden>
  ;;    Lars Magne Ingebrigtsen <address@hidden>
--- 1,8 ----
  ;;; nnspool.el --- spool access for GNU Emacs
  
  ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
! ;;               2000, 2002 
! ;;               Free Software Foundation, Inc.
  
  ;; Author: Masanobu UMEDA <address@hidden>
  ;;    Lars Magne Ingebrigtsen <address@hidden>
***************
*** 327,333 ****
          ()
        (nnheader-report 'nnspool "")
        (set-process-sentinel proc 'nnspool-inews-sentinel)
!       (process-send-region proc (point-min) (point-max))
        ;; We slap a condition-case around this, because the process may
        ;; have exited already...
        (ignore-errors
--- 328,335 ----
          ()
        (nnheader-report 'nnspool "")
        (set-process-sentinel proc 'nnspool-inews-sentinel)
!       (mm-with-unibyte-current-buffer
!         (process-send-region proc (point-min) (point-max)))
        ;; We slap a condition-case around this, because the process may
        ;; have exited already...
        (ignore-errors



reply via email to

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