emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/rnewspost.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/rnewspost.el
Date: Tue, 04 Feb 2003 08:18:34 -0500

Index: emacs/lisp/obsolete/rnewspost.el
diff -c emacs/lisp/obsolete/rnewspost.el:1.2 
emacs/lisp/obsolete/rnewspost.el:1.3
*** emacs/lisp/obsolete/rnewspost.el:1.2        Sun Jul 15 12:15:35 2001
--- emacs/lisp/obsolete/rnewspost.el    Tue Feb  4 08:18:33 2003
***************
*** 221,227 ****
        ;; Avoid inserting a signature.
                (mail-signature))
      (if (null to)
!       ;; this hack is needed so that inews wont be confused by 
        ;; the fcc: and bcc: fields
        (let ((mail-self-blind nil)
              (mail-archive-file-name nil))
--- 221,227 ----
        ;; Avoid inserting a signature.
                (mail-signature))
      (if (null to)
!       ;; this hack is needed so that inews wont be confused by
        ;; the fcc: and bcc: fields
        (let ((mail-self-blind nil)
              (mail-archive-file-name nil))
***************
*** 250,256 ****
        (setq paragraph-separate
            (concat "^" actual-header-separator "$\\|" paragraph-separate)))
      (run-hooks 'news-setup-hook)))
!    
  (defun news-inews ()
    "Send a news message using inews."
    (interactive)
--- 250,256 ----
        (setq paragraph-separate
            (concat "^" actual-header-separator "$\\|" paragraph-separate)))
      (run-hooks 'news-setup-hook)))
! 
  (defun news-inews ()
    "Send a news message using inews."
    (interactive)
***************
*** 271,278 ****
          (insert ?\n))
        (message "Posting to USENET...")
        (unwind-protect
!         (if (not (eq 0 
!                      (call-process-region (point-min) (point-max) 
                                            news-inews-program nil 0 nil
                                            "-h"))) ; take all header lines!
                                        ;@@ setting of subject and newsgroups 
still needed?
--- 271,278 ----
          (insert ?\n))
        (message "Posting to USENET...")
        (unwind-protect
!         (if (not (eq 0
!                      (call-process-region (point-min) (point-max)
                                            news-inews-program nil 0 nil
                                            "-h"))) ; take all header lines!
                                        ;@@ setting of subject and newsgroups 
still needed?




reply via email to

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