Index: emacs/lisp/gnus/nntp.el
diff -c emacs/lisp/gnus/nntp.el:1.23 emacs/lisp/gnus/nntp.el:1.24
*** emacs/lisp/gnus/nntp.el:1.23        Wed Sep  8 18:17:56 2004
--- emacs/lisp/gnus/nntp.el     Tue May 17 04:57:29 2005
***************
*** 1,7 ****
  ;;; nntp.el --- nntp access for Gnus
  
  ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, 1994, 1995, 1996,
! ;; 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <[EMAIL PROTECTED]>
  ;; Keywords: news
--- 1,8 ----
  ;;; nntp.el --- nntp access for Gnus
  
  ;; Copyright (C) 1987, 1988, 1989, 1990, 1992, 1993, 1994, 1995, 1996,
! ;; 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005
! ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <[EMAIL PROTECTED]>
  ;; Keywords: news
***************
*** 1147,1155 ****
  (defun nntp-open-network-stream (buffer)
    (open-network-stream "nntpd" buffer nntp-address nntp-port-number))
  
! (autoload 'format-spec "format")
! (autoload 'format-spec-make "format")
! (autoload 'open-tls-stream "tls")
  
  (defun nntp-open-ssl-stream (buffer)
    (let* ((process-connection-type nil)
--- 1148,1157 ----
  (defun nntp-open-network-stream (buffer)
    (open-network-stream "nntpd" buffer nntp-address nntp-port-number))
  
! (eval-and-compile
!   (autoload 'format-spec "format-spec")
!   (autoload 'format-spec-make "format-spec")
!   (autoload 'open-tls-stream "tls"))
  
  (defun nntp-open-ssl-stream (buffer)
    (let* ((process-connection-type nil)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to