Mercurial > emacs
changeset 92334:9f0819c582f0
(imap-ping-server): Change defcustom :version from 23.0 to 23.1.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 29 Feb 2008 04:03:06 +0000 |
parents | 592894a86ca5 |
children | d3529b2790c9 |
files | lisp/net/imap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/imap.el Fri Feb 29 04:02:43 2008 +0000 +++ b/lisp/net/imap.el Fri Feb 29 04:03:06 2008 +0000 @@ -1153,7 +1153,7 @@ (defcustom imap-ping-server t "If non-nil, check if IMAP is open. See the function `imap-ping-server'." - :version "23.0" ;; No Gnus + :version "23.1" ;; No Gnus :group 'imap :type 'boolean)