diff options
author | Dave Love <fx@gnu.org> | 2000-11-10 22:56:10 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-10 22:56:10 +0000 |
commit | 0e5f03c178a9cd0400c8ff5b0fd27e6bc7cc00a3 (patch) | |
tree | a1577b8491e26bd70474206a47e7410a4dbc8ff9 /lisp/gnus/gnus-start.el | |
parent | 5002cc5ce86d1520f71e84897077488f56af9a89 (diff) | |
download | emacs-0e5f03c178a9cd0400c8ff5b0fd27e6bc7cc00a3.tar.gz |
(gnus-read-newsrc-file): Add :version.
Diffstat (limited to 'lisp/gnus/gnus-start.el')
-rw-r--r-- | lisp/gnus/gnus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index ea81a60ad4b..418cef404dd 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -197,6 +197,7 @@ Gnus always reads its own startup file, which is called be readily understood by other newsreaders. If you don't plan on using other newsreaders, set this variable to nil to save some time on entry." + :version "21.1" :group 'gnus-newsrc :type 'boolean) |