diff options
| author | Richard M. Stallman | 1993-05-29 16:05:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-29 16:05:59 +0000 |
| commit | fe9e6906d8f93fdcbc1d2097fae110c6b3306879 (patch) | |
| tree | bbf5d28315baa46bb458130c25f16eff8986999f | |
| parent | 9ea6cb2830a7fe93bfe3517e034e048531a1c4c7 (diff) | |
| download | emacs-fe9e6906d8f93fdcbc1d2097fae110c6b3306879.tar.gz emacs-fe9e6906d8f93fdcbc1d2097fae110c6b3306879.zip | |
(gnus-local-organization): Initially nil.
| -rw-r--r-- | lisp/paths.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 46ebbc6c6e1..9e1b8f8e94a 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -68,13 +68,13 @@ Go to a local news spool if its value is nil, in which case `gnus-nntp-server' | |||
| 68 | should be set to `(system-name)'.") | 68 | should be set to `(system-name)'.") |
| 69 | 69 | ||
| 70 | (defvar gnus-local-domain nil | 70 | (defvar gnus-local-domain nil |
| 71 | "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" | 71 | "*Your domain name without a host name: for example, \"ai.mit.edu\". |
| 72 | The DOMAINNAME environment variable is used instead if defined. If | 72 | The DOMAINNAME environment variable is used instead if defined. |
| 73 | the function `system-name' returns a fully qualified domain name, there is no | 73 | If the function `system-name' returns a fully qualified domain name, |
| 74 | need to define the name.") | 74 | there is no need to set this variable.") |
| 75 | 75 | ||
| 76 | (defvar gnus-local-organization "" | 76 | (defvar gnus-local-organization nil |
| 77 | "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" | 77 | "*The name of your organization, as a string. |
| 78 | The `ORGANIZATION' environment variable is used instead if defined.") | 78 | The `ORGANIZATION' environment variable is used instead if defined.") |
| 79 | 79 | ||
| 80 | (defvar mh-progs | 80 | (defvar mh-progs |