Mercurial > hg > xemacs-beta
comparison lisp/gnus/gnus.el @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 9f59509498e1 |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
224 (defgroup gnus-exit nil | 224 (defgroup gnus-exit nil |
225 "Exiting gnus." | 225 "Exiting gnus." |
226 :link '(custom-manual "(gnus)Exiting Gnus") | 226 :link '(custom-manual "(gnus)Exiting Gnus") |
227 :group 'gnus) | 227 :group 'gnus) |
228 | 228 |
229 (defconst gnus-version-number "5.4.37" | 229 (defconst gnus-version-number "5.4.40" |
230 "Version number for this version of Gnus.") | 230 "Version number for this version of Gnus.") |
231 | 231 |
232 (defconst gnus-version (format "Gnus v%s" gnus-version-number) | 232 (defconst gnus-version (format "Gnus v%s" gnus-version-number) |
233 "Version string for this version of Gnus.") | 233 "Version string for this version of Gnus.") |
234 | 234 |
1429 (defvar gnus-current-kill-article nil) | 1429 (defvar gnus-current-kill-article nil) |
1430 | 1430 |
1431 (defvar gnus-have-read-active-file nil) | 1431 (defvar gnus-have-read-active-file nil) |
1432 | 1432 |
1433 (defconst gnus-maintainer | 1433 (defconst gnus-maintainer |
1434 "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" | 1434 "bugs@gnus.org (The Gnus Bugfixing Girls + Boys)" |
1435 "The mail address of the Gnus maintainers.") | 1435 "The mail address of the Gnus maintainers.") |
1436 | 1436 |
1437 (defvar gnus-info-nodes | 1437 (defvar gnus-info-nodes |
1438 '((gnus-group-mode "(gnus)The Group Buffer") | 1438 '((gnus-group-mode "(gnus)The Group Buffer") |
1439 (gnus-summary-mode "(gnus)The Summary Buffer") | 1439 (gnus-summary-mode "(gnus)The Summary Buffer") |