# HG changeset patch # User Gerd Moellmann # Date 994073079 0 # Node ID 18b9451e4af09a520d4cb03fbae467b79f5b743b # Parent cb4ae756e9b0fb19c8c3ea3f8d3974db9d3ad736 (gnus-local-domain): Removed because unused. diff -r cb4ae756e9b0 -r 18b9451e4af0 lisp/gnus/gnus.el --- a/lisp/gnus/gnus.el Mon Jul 02 10:47:46 2001 +0000 +++ b/lisp/gnus/gnus.el Mon Jul 02 11:24:39 2001 +0000 @@ -1021,15 +1021,6 @@ "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.")