]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-local-domain): Remove.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 03:58:08 +0000 (03:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 03:58:08 +0000 (03:58 +0000)
lisp/gnus.el
lisp/paths.el

index 1804f0b0cc1ae4eeb02265e16206f41de63ae3f8..252a4d823dee7ffe62d972d66479dc72d9906e07 100644 (file)
@@ -55,12 +55,6 @@ See the documentation to that variable.")
   "Default default new newsgroups the first time Gnus is run.
 Should be set in paths.el, and shouldn't be touched by the user.")
 
-(defvar 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.")
-
 (defvar gnus-local-organization nil
   "String with a description of what organization (if any) the user belongs to.
 The ORGANIZATION environment variable is used instead if it is defined.
index 9662ae3bdc2c9b259386cf122002e963ca0f28a7..96536a1b4a1adb4be0c972e688eb59ba0350d476 100644 (file)
@@ -79,12 +79,6 @@ The null string means use the local host as the server site.")
 Go to a local news spool if its value is nil, in which case `gnus-nntp-server'
 should be set to `(system-name)'.")
 
-(defvar gnus-local-domain nil
-  "*Your domain name without a host name: for example, \"ai.mit.edu\".
-The DOMAINNAME environment variable is used instead if defined.
-If the function `system-name' returns a fully qualified domain name,
-there is no need to set this variable.")
-
 (defvar gnus-local-organization nil
   "*The name of your organization, as a string.
 The `ORGANIZATION' environment variable is used instead if defined.")