diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-12-23 04:37:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-12-23 04:37:27 +0000 |
| commit | 2368506ddc7b8614d38dc3b7ddf1de2ff62b46f5 (patch) | |
| tree | 29599caef7042c1d5688b17d76f8af01c360b5c1 /lisp | |
| parent | a47d9087bc2322861944893825165c6e2b7c2c3d (diff) | |
| download | emacs-2368506ddc7b8614d38dc3b7ddf1de2ff62b46f5.tar.gz | |
(gnus-post-news): Call gnus-read-distributions-file.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnuspost.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index 6df8ec054f6..46c4d7a3761 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1989, 1990, 1993 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> -;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnuspost.el,v 1.15 1993/11/22 06:38:28 rms Exp rms $ +;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnuspost.el,v 1.16 1993/11/22 06:44:12 rms Exp $ ;; Keywords: news ;; This file is part of GNU Emacs. @@ -187,6 +187,7 @@ Type \\[describe-mode] once editing the article to get a list of commands." ;; completing-read should not be used with ;; 'require-match functionality in order to allow use ;; of unknow distribution. + (gnus-read-distributions-file) (setq distribution (if (consp gnus-distribution-list) (completing-read "Distribution: " |
