changeset 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 fb6bed3fabd5
children 9c628f17433c
files lisp/gnus/ChangeLog lisp/gnus/gnus-delay.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Nov 30 13:18:56 2005 +0000
+++ b/lisp/gnus/ChangeLog	Wed Nov 30 15:52:37 2005 +0000
@@ -1,3 +1,9 @@
+2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* gnus-delay.el (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.
+
 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
 
 	* message.el: Revert last changes.
--- 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