diff lisp/gnus/gnus-delay.el @ 67221:95525fb6747f

(gnus-delay-group): Don't autoload. It's useless and could trigger a bug in cus-dep.el causing ldefs-boot to be re-loaded when customizing the `gnus-delay' group.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Nov 2005 15:52:37 +0000
parents fafd692d1e40
children 1077b8039c32
line wrap: on
line diff
--- a/lisp/gnus/gnus-delay.el	Wed Nov 30 13:18:56 2005 +0000
+++ b/lisp/gnus/gnus-delay.el	Wed Nov 30 15:52:37 2005 +0000
@@ -39,7 +39,6 @@
 (require 'gnus-draft)
 (autoload 'parse-time-string "parse-time" nil nil)
 
-;;;###autoload
 (defgroup gnus-delay nil
   "Arrange for sending postings later."
   :version "22.1"
@@ -195,5 +194,5 @@
 ;; coding: iso-8859-1
 ;; End:
 
-;;; arch-tag: fb2ad634-a897-4142-a503-f5991ec2349d
+;; arch-tag: fb2ad634-a897-4142-a503-f5991ec2349d
 ;;; gnus-delay.el ends here