From: Richard M. Stallman Date: Sun, 1 Sep 1996 03:58:08 +0000 (+0000) Subject: (gnus-local-domain): Remove. X-Git-Tag: emacs-20.1~3921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=729d03e7b60d96ca116b4f876fc38452f3693230;p=emacs.git (gnus-local-domain): Remove. --- diff --git a/lisp/gnus.el b/lisp/gnus.el index 1804f0b0cc1..252a4d823de 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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. diff --git a/lisp/paths.el b/lisp/paths.el index 9662ae3bdc2..96536a1b4a1 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -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.")