comparison lisp/paths.el @ 16023:3e58cf777864

(gnus-local-domain): Remove.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 03:58:08 +0000
parents 6d13c67eb868
children d001394d1a2e
comparison
equal deleted inserted replaced
16022:ac3fea1b270e 16023:3e58cf777864
77 (defvar gnus-nntp-service "nntp" 77 (defvar gnus-nntp-service "nntp"
78 "NNTP service name, usually \"nntp\" or 119). 78 "NNTP service name, usually \"nntp\" or 119).
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.")
91 85
92 (defvar gnus-startup-file "~/.newsrc" 86 (defvar gnus-startup-file "~/.newsrc"