emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/url/url-news.el


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-news.el
Date: Tue, 12 Oct 2004 06:02:43 -0400

Index: emacs/lisp/url/url-news.el
diff -c emacs/lisp/url/url-news.el:1.5 emacs/lisp/url/url-news.el:1.6
*** emacs/lisp/url/url-news.el:1.5      Sun Oct 10 20:38:50 2004
--- emacs/lisp/url/url-news.el  Tue Oct 12 09:55:08 2004
***************
*** 2,8 ****
  ;; Keywords: comm, data, processes
  
  
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
! ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
  ;;;
  ;;; This file is part of GNU Emacs.
  ;;;
--- 2,8 ----
  ;; Keywords: comm, data, processes
  
  
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
! ;;; Copyright (c) 1996 - 1999, 2004 Free Software Foundation, Inc.
  ;;;
  ;;; This file is part of GNU Emacs.
  ;;;
***************
*** 125,131 ****
  
  ;;;###autoload
  (defun url-snews (url)
!   (let ((nntp-open-connection-function 'nntp-open-ssl-stream))
      (url-news url)))
  
  (provide 'url-news)
--- 125,133 ----
  
  ;;;###autoload
  (defun url-snews (url)
!   (let ((nntp-open-connection-function (if (eq 'tls url-gateway-method)
!                                          nntp-open-tls-stream
!                                        nntp-open-ssl-stream)))
      (url-news url)))
  
  (provide 'url-news)




reply via email to

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