diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-07-02 11:24:39 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-07-02 11:24:39 +0000 |
commit | 156a54088a149f249eaf45046223cbd59ab18a7d (patch) | |
tree | 79909e1f58b0b25ce68d215c996b516c85a0740b /lisp/gnus/gnus.el | |
parent | 33e432b18c197c02b2d0947d46eea6095e1cbad3 (diff) | |
download | emacs-156a54088a149f249eaf45046223cbd59ab18a7d.tar.gz |
(gnus-local-domain): Removed because unused.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 6ba926b17d2..5bd1f5fc0c4 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -1021,15 +1021,6 @@ you could set this variable: "Default default new newsgroups the first time Gnus is run. Should be set in paths.el, and shouldn't be touched by the user.") -(defcustom 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." - :group 'gnus-message - :type '(choice (const :tag "default" nil) - string)) - (defvar gnus-local-organization nil "String with a description of what organization (if any) the user belongs to. Obsolete variable; use `message-user-organization' instead.") |