diff lisp/obsolete/rnewspost.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 253f761ad37b
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/obsolete/rnewspost.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/obsolete/rnewspost.el	Tue Feb 04 13:24:35 2003 +0000
@@ -221,7 +221,7 @@
 	;; Avoid inserting a signature.
        	(mail-signature))
     (if (null to)
-	;; this hack is needed so that inews wont be confused by 
+	;; 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,7 +250,7 @@
       (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,8 +271,8 @@
 	  (insert ?\n))
       (message "Posting to USENET...")
       (unwind-protect
-	  (if (not (eq 0 
-		       (call-process-region (point-min) (point-max) 
+	  (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?