diff options
| author | Richard M. Stallman | 1996-09-01 03:58:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-01 03:58:08 +0000 |
| commit | 729d03e7b60d96ca116b4f876fc38452f3693230 (patch) | |
| tree | e1280ac51ba01f6435f7da944b2f5ab8eb79e402 | |
| parent | 312cac0eccadab371974bfa794e8dd2e28782e9c (diff) | |
| download | emacs-729d03e7b60d96ca116b4f876fc38452f3693230.tar.gz emacs-729d03e7b60d96ca116b4f876fc38452f3693230.zip | |
(gnus-local-domain): Remove.
| -rw-r--r-- | lisp/gnus.el | 6 | ||||
| -rw-r--r-- | lisp/paths.el | 6 |
2 files changed, 0 insertions, 12 deletions
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.") | |||
| 55 | "Default default new newsgroups the first time Gnus is run. | 55 | "Default default new newsgroups the first time Gnus is run. |
| 56 | Should be set in paths.el, and shouldn't be touched by the user.") | 56 | Should be set in paths.el, and shouldn't be touched by the user.") |
| 57 | 57 | ||
| 58 | (defvar gnus-local-domain nil | ||
| 59 | "Local domain name without a host name. | ||
| 60 | The DOMAINNAME environment variable is used instead if it is defined. | ||
| 61 | If the `system-name' function returns the full Internet name, there is | ||
| 62 | no need to set this variable.") | ||
| 63 | |||
| 64 | (defvar gnus-local-organization nil | 58 | (defvar gnus-local-organization nil |
| 65 | "String with a description of what organization (if any) the user belongs to. | 59 | "String with a description of what organization (if any) the user belongs to. |
| 66 | The ORGANIZATION environment variable is used instead if it is defined. | 60 | 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.") | |||
| 79 | Go to a local news spool if its value is nil, in which case `gnus-nntp-server' | 79 | Go to a local news spool if its value is nil, in which case `gnus-nntp-server' |
| 80 | should be set to `(system-name)'.") | 80 | should be set to `(system-name)'.") |
| 81 | 81 | ||
| 82 | (defvar gnus-local-domain nil | ||
| 83 | "*Your domain name without a host name: for example, \"ai.mit.edu\". | ||
| 84 | The DOMAINNAME environment variable is used instead if defined. | ||
| 85 | If the function `system-name' returns a fully qualified domain name, | ||
| 86 | there is no need to set this variable.") | ||
| 87 | |||
| 88 | (defvar gnus-local-organization nil | 82 | (defvar gnus-local-organization nil |
| 89 | "*The name of your organization, as a string. | 83 | "*The name of your organization, as a string. |
| 90 | The `ORGANIZATION' environment variable is used instead if defined.") | 84 | The `ORGANIZATION' environment variable is used instead if defined.") |