comparison lisp/gnus/gnus-draft.el @ 92336:5f827896103e

Change defcustom :version from 23.0 to 23.1.
author Glenn Morris <rgm@gnu.org>
date Fri, 29 Feb 2008 04:03:49 +0000
parents 107ccd98fa12
children 1e3a407766b9
comparison
equal deleted inserted replaced
92335:d3529b2790c9 92336:5f827896103e
242 (error "Stop!")))))))) 242 (error "Stop!"))))))))
243 243
244 (defcustom gnus-draft-setup-hook nil 244 (defcustom gnus-draft-setup-hook nil
245 "Hook run after setting up a draft buffer." 245 "Hook run after setting up a draft buffer."
246 :group 'gnus-message 246 :group 'gnus-message
247 :version "23.0" ;; No Gnus 247 :version "23.1" ;; No Gnus
248 :type 'hook) 248 :type 'hook)
249 249
250 ;;; Utility functions 250 ;;; Utility functions
251 251
252 ;;;!!!If this is byte-compiled, it fails miserably. 252 ;;;!!!If this is byte-compiled, it fails miserably.