Mercurial > emacs
changeset 16023:3e58cf777864
(gnus-local-domain): Remove.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 Sep 1996 03:58:08 +0000 |
parents | ac3fea1b270e |
children | 5b31a6ad1a67 |
files | lisp/gnus.el lisp/paths.el |
diffstat | 2 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus.el Sun Sep 01 03:30:37 1996 +0000 +++ b/lisp/gnus.el Sun Sep 01 03:58:08 1996 +0000 @@ -55,12 +55,6 @@ "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.
--- a/lisp/paths.el Sun Sep 01 03:30:37 1996 +0000 +++ b/lisp/paths.el Sun Sep 01 03:58:08 1996 +0000 @@ -79,12 +79,6 @@ 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.")