Remove useless gnus-local-domain
authorJulien Danjou <julien@danjou.info>
Sat, 25 Sep 2010 11:17:04 +0000 (13:17 +0200)
committerJulien Danjou <julien@danjou.info>
Sat, 25 Sep 2010 11:17:04 +0000 (13:17 +0200)
Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/ChangeLog
lisp/gnus.el

index 543f374..aed66e2 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-25  Julien Danjou  <julien@danjou.info>
 
+       * gnus.el: Remove useless gnus-local-domain.
+
        * gnus-gravatar.el (gnus-gravatar-transform-address): Use
        gnus-gravatar-size.
 
index 4a64fa8..669ed1d 100644 (file)
@@ -1427,15 +1427,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 function `system-name' 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.")