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/nngateway.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nngateway.el [emacs-unicode-2]
Date: Thu, 09 Sep 2004 08:24:36 -0400

Index: emacs/lisp/gnus/nngateway.el
diff -c emacs/lisp/gnus/nngateway.el:1.5.24.1 
emacs/lisp/gnus/nngateway.el:1.5.24.2
*** emacs/lisp/gnus/nngateway.el:1.5.24.1       Fri Mar 12 00:03:11 2004
--- emacs/lisp/gnus/nngateway.el        Thu Sep  9 09:36:26 2004
***************
*** 1,6 ****
  ;;; nngateway.el --- posting news via mail gateways
  
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000
  ;;    Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,6 ----
  ;;; nngateway.el --- posting news via mail gateways
  
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
  ;;    Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 65,71 ****
        (insert mail-header-separator "\n")
        (widen)
        (let (message-required-mail-headers)
!         (funcall message-send-mail-function))
        t))))
  
  ;;; Internal functions
--- 65,72 ----
        (insert mail-header-separator "\n")
        (widen)
        (let (message-required-mail-headers)
!         (funcall (or message-send-mail-real-function
!                      message-send-mail-function)))
        t))))
  
  ;;; Internal functions




reply via email to

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