X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus.el;h=b80cb48eb5640e45881949b4849b6fbb3c038c6f;hb=b19ab0bcf7b463d4b14b41bd23f2a5d62d03795a;hp=51fb59088c0a5633d36c14c6bb74797ccdc7de50;hpb=1a96d7bf660263f25557962103bc0ec2495d1d07;p=gnus diff --git a/lisp/gnus.el b/lisp/gnus.el index 51fb59088..b80cb48eb 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -28,7 +28,7 @@ (eval '(run-hooks 'gnus-load-hook)) -(defconst gnus-version-number "0.14" +(defconst gnus-version-number "0.15" "Version number for this version of Gnus.") (defconst gnus-version (format "Red Gnus v%s" gnus-version-number) @@ -134,6 +134,7 @@ (defmacro gnus-sethash (string value hashtable) "Set hash value. Arguments are STRING, VALUE, and HASHTABLE." `(set (intern ,string ,hashtable) ,value)) +(put 'nnheader-temp-write 'edebug-form-spec '(form form form)) (defmacro gnus-group-unread (group) "Get the currently computed number of unread articles in GROUP."