diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-10-01 21:01:15 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-10-01 21:01:15 +0000 |
commit | c06fc524637a6e48d8d71dc4150674963bfb4183 (patch) | |
tree | 8a80023c680d1f3806733df7c5e6dd1cbf7362ec /lisp/gnus/gnus.el | |
parent | 04ad70ace5a0736a531fc54599c20adf09d5fdbb (diff) | |
download | emacs-c06fc524637a6e48d8d71dc4150674963bfb4183.tar.gz |
(gnus-valid-select-methods): Fix type.
Diffstat (limited to 'lisp/gnus/gnus.el')
-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." (checklist :inline t (const :format "%v " address) (const :format "%v " prompt-address) + (const :format "%v " physical-address) (const :format "%v " virtual) (const respool))))) |