* lisp/gnus/message.el (message-valid-fqdn-regexp): Bump :version

This commit is contained in:
Glenn Morris 2015-03-10 18:37:35 -04:00
parent 933e0ab4b0
commit 8db37916ca
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-03-10 Glenn Morris <rgm@gnu.org>
* message.el (message-valid-fqdn-regexp): Bump :version for
2014-11-17 change.
2015-03-08 Rasmus Pank Roulund <rasmus@pank.eu>
* gnus-notifications.el (gnus-notifications-action): Raise window

View file

@ -1969,7 +1969,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
;; "dead" nato bitnet uucp
"Regular expression that matches a valid FQDN."
;; see also: gnus-button-valid-fqdn-regexp
:version "22.1"
:version "25.1"
:group 'message-headers
:type 'regexp)