aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love2000-11-10 22:56:10 +0000
committerDave Love2000-11-10 22:56:10 +0000
commit0e5f03c178a9cd0400c8ff5b0fd27e6bc7cc00a3 (patch)
treea1577b8491e26bd70474206a47e7410a4dbc8ff9 /lisp
parent5002cc5ce86d1520f71e84897077488f56af9a89 (diff)
downloademacs-0e5f03c178a9cd0400c8ff5b0fd27e6bc7cc00a3.tar.gz
emacs-0e5f03c178a9cd0400c8ff5b0fd27e6bc7cc00a3.zip
(gnus-read-newsrc-file): Add :version.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-start.el1
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
197be readily understood by other newsreaders. If you don't plan on 197be readily understood by other newsreaders. If you don't plan on
198using other newsreaders, set this variable to nil to save some time on 198using other newsreaders, set this variable to nil to save some time on
199entry." 199entry."
200 :version "21.1"
200 :group 'gnus-newsrc 201 :group 'gnus-newsrc
201 :type 'boolean) 202 :type 'boolean)
202 203