diff options
| author | Eli Zaretskii | 2019-07-25 19:33:37 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-25 19:33:37 +0300 |
| commit | a3c5dcf54e88ea90cc338f39fde530b5eb04553f (patch) | |
| tree | 4bbb22c7da4b4837125428d66d9a502a47cd3a05 | |
| parent | 385416af6a3a1aa2e00a3aec3f0938ec44ca0f9c (diff) | |
| parent | 498be6a6dd5bf61a77e3bcb5bd622e4707dbc36b (diff) | |
| download | emacs-a3c5dcf54e88ea90cc338f39fde530b5eb04553f.tar.gz emacs-a3c5dcf54e88ea90cc338f39fde530b5eb04553f.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
| -rw-r--r-- | lisp/gnus/gnus-int.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el index e23e53b1ef5..b27a8a18ebf 100644 --- a/lisp/gnus/gnus-int.el +++ b/lisp/gnus/gnus-int.el | |||
| @@ -63,6 +63,8 @@ server denied." | |||
| 63 | (const :tag "Deny server" denied) | 63 | (const :tag "Deny server" denied) |
| 64 | (const :tag "Unplug Agent" offline))) | 64 | (const :tag "Unplug Agent" offline))) |
| 65 | 65 | ||
| 66 | ;; Note: When this option is finally removed, also remove the entire | ||
| 67 | ;; `gnus-start-news-server' function. | ||
| 66 | (defcustom gnus-nntp-server nil | 68 | (defcustom gnus-nntp-server nil |
| 67 | "The name of the host running the NNTP server." | 69 | "The name of the host running the NNTP server." |
| 68 | :group 'gnus-server | 70 | :group 'gnus-server |