(gnus-version-number): Start 5.9 series. Avoid some
redundant autoloads.
This commit is contained in:
parent
2d2f7f3ed6
commit
ceaed79bfa
1 changed files with 2 additions and 3 deletions
|
@ -258,7 +258,7 @@ is restarted, and sometimes reloaded."
|
|||
:link '(custom-manual "(gnus)Exiting Gnus")
|
||||
:group 'gnus)
|
||||
|
||||
(defconst gnus-version-number "5.8.8"
|
||||
(defconst gnus-version-number "5.9.0"
|
||||
"Version number for this version of Gnus.")
|
||||
|
||||
(defconst gnus-version (format "Gnus v%s" gnus-version-number)
|
||||
|
@ -1666,10 +1666,9 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.")
|
|||
(nthcdr 3 package)
|
||||
(cdr package)))))
|
||||
'(("info" :interactive t Info-goto-node)
|
||||
("pp" pp pp-to-string pp-eval-expression)
|
||||
("pp" pp-to-string)
|
||||
("qp" quoted-printable-decode-region quoted-printable-decode-string)
|
||||
("ps-print" ps-print-preprint)
|
||||
("browse-url" :interactive t browse-url)
|
||||
("message" :interactive t
|
||||
message-send-and-exit message-yank-original)
|
||||
("babel" babel-as-string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue