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/nntp.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nntp.el
Date: Wed, 08 Sep 2004 14:23:07 -0400

Index: emacs/lisp/gnus/nntp.el
diff -c emacs/lisp/gnus/nntp.el:1.22 emacs/lisp/gnus/nntp.el:1.23
*** emacs/lisp/gnus/nntp.el:1.22        Sat Sep  4 13:13:44 2004
--- emacs/lisp/gnus/nntp.el     Wed Sep  8 18:17:56 2004
***************
*** 34,39 ****
--- 34,43 ----
  
  (eval-when-compile (require 'cl))
  
+ (defgroup nntp nil
+   "NNTP access for Gnus."
+   :group 'gnus)
+ 
  (defvoo nntp-address nil
    "Address of the physical nntp server.")
  
***************
*** 182,187 ****
--- 186,192 ----
  
  (defcustom nntp-authinfo-file "~/.authinfo"
    ".netrc-like file that holds nntp authinfo passwords."
+   :group 'nntp
    :type
    '(choice file
           (repeat :tag "Entries"




reply via email to

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