aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-03 10:32:19 +0000
committerGerd Moellmann2001-09-03 10:32:19 +0000
commitc625688cf269aa13106406fd395360af5bc24b6d (patch)
tree4a25f08d2acf73faf05588cd6c957c30d154c211
parentc3b0c268525bb1df1a00df98056d8bfeb8e687a6 (diff)
downloademacs-c625688cf269aa13106406fd395360af5bc24b6d.tar.gz
emacs-c625688cf269aa13106406fd395360af5bc24b6d.zip
(gnus-local-domain): Undo change of 2001-07-02.
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus.el9
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index e9586e35b10..177df19fd4e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12001-09-03 Gerd Moellmann <gerd@gnu.org>
2
3 * gnus.el (gnus-local-domain): Undo change of 2001-07-02.
4
12001-08-31 Sam Steingold <sds@gnu.org> 52001-08-31 Sam Steingold <sds@gnu.org>
2 6
3 * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a 7 * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index f114f7f763a..d0729dcefbd 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -1021,6 +1021,15 @@ you could set this variable:
1021 "Default default new newsgroups the first time Gnus is run. 1021 "Default default new newsgroups the first time Gnus is run.
1022Should be set in paths.el, and shouldn't be touched by the user.") 1022Should be set in paths.el, and shouldn't be touched by the user.")
1023 1023
1024(defcustom gnus-local-domain nil
1025 "Local domain name without a host name.
1026The DOMAINNAME environment variable is used instead if it is defined.
1027If the `system-name' function returns the full Internet name, there is
1028no need to set this variable."
1029 :group 'gnus-message
1030 :type '(choice (const :tag "default" nil)
1031 string))
1032
1024(defvar gnus-local-organization nil 1033(defvar gnus-local-organization nil
1025 "String with a description of what organization (if any) the user belongs to. 1034 "String with a description of what organization (if any) the user belongs to.
1026Obsolete variable; use `message-user-organization' instead.") 1035Obsolete variable; use `message-user-organization' instead.")