diff options
| author | Richard M. Stallman | 1993-05-26 20:26:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-26 20:26:43 +0000 |
| commit | 4c149073d57422efb1f7414d6b1323636f4aa498 (patch) | |
| tree | 3825d006b30c10da2760db2aa8d33565409cfcfd | |
| parent | 944cf49b35b9fc50f7638c57b74e2d2c96b621f7 (diff) | |
| download | emacs-4c149073d57422efb1f7414d6b1323636f4aa498.tar.gz emacs-4c149073d57422efb1f7414d6b1323636f4aa498.zip | |
(gnus-local-organization): Renamed from ...-your-...
(gnus-local-domain): Likewise.
| -rw-r--r-- | lisp/paths.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 4e3bd2cd4d4..b618f0186c0 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -62,13 +62,13 @@ environment variable or, if none, this value.") | |||
| 62 | Go to a local news spool if its value is nil, in which case `gnus-nntp-server' | 62 | Go to a local news spool if its value is nil, in which case `gnus-nntp-server' |
| 63 | should be set to `(system-name)'.") | 63 | should be set to `(system-name)'.") |
| 64 | 64 | ||
| 65 | (defvar gnus-your-domain nil | 65 | (defvar gnus-local-domain nil |
| 66 | "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" | 66 | "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" |
| 67 | The DOMAINNAME environment variable is used instead if defined. If | 67 | The DOMAINNAME environment variable is used instead if defined. If |
| 68 | the function `system-name' returns a fully qualified domain name, there is no | 68 | the function `system-name' returns a fully qualified domain name, there is no |
| 69 | need to define the name.") | 69 | need to define the name.") |
| 70 | 70 | ||
| 71 | (defvar gnus-your-organization "" | 71 | (defvar gnus-local-organization "" |
| 72 | "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" | 72 | "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" |
| 73 | The `ORGANIZATION' environment variable is used instead if defined.") | 73 | The `ORGANIZATION' environment variable is used instead if defined.") |
| 74 | 74 | ||