diff options
| author | Karl Heuer | 1998-10-01 21:01:15 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-10-01 21:01:15 +0000 |
| commit | c06fc524637a6e48d8d71dc4150674963bfb4183 (patch) | |
| tree | 8a80023c680d1f3806733df7c5e6dd1cbf7362ec | |
| parent | 04ad70ace5a0736a531fc54599c20adf09d5fdbb (diff) | |
| download | emacs-c06fc524637a6e48d8d71dc4150674963bfb4183.tar.gz emacs-c06fc524637a6e48d8d71dc4150674963bfb4183.zip | |
(gnus-valid-select-methods): Fix type.
| -rw-r--r-- | lisp/gnus/gnus.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index dd55c16fa8c..e1368c61d72 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -1172,6 +1172,7 @@ this variable. I think." | |||
| 1172 | (checklist :inline t | 1172 | (checklist :inline t |
| 1173 | (const :format "%v " address) | 1173 | (const :format "%v " address) |
| 1174 | (const :format "%v " prompt-address) | 1174 | (const :format "%v " prompt-address) |
| 1175 | (const :format "%v " physical-address) | ||
| 1175 | (const :format "%v " virtual) | 1176 | (const :format "%v " virtual) |
| 1176 | (const respool))))) | 1177 | (const respool))))) |
| 1177 | 1178 | ||