# HG changeset patch
# User Gerd Moellmann <gerd@gnu.org>
# Date 999513124 0
# Node ID 8ce6343b491dc0fa4ea169967052400c197a548b
# Parent  f292508d2805d194f67bf199c098fbc661103f18
(gnus-local-domain): Undo change of 2001-07-02.

diff -r f292508d2805 -r 8ce6343b491d lisp/gnus/gnus.el
--- a/lisp/gnus/gnus.el	Mon Sep 03 09:26:11 2001 +0000
+++ b/lisp/gnus/gnus.el	Mon Sep 03 10:32:04 2001 +0000
@@ -1021,6 +1021,15 @@
   "Default default new newsgroups the first time Gnus is run.
 Should be set in paths.el, and shouldn't be touched by the user.")
 
+(defcustom gnus-local-domain nil
+  "Local domain name without a host name.
+The DOMAINNAME environment variable is used instead if it is defined.
+If the `system-name' function returns the full Internet name, there is
+no need to set this variable."
+  :group 'gnus-message
+  :type '(choice (const :tag "default" nil)
+		 string))
+
 (defvar gnus-local-organization nil
   "String with a description of what organization (if any) the user belongs to.
 Obsolete variable; use `message-user-organization' instead.")