diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-11-30 15:52:37 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-11-30 15:52:37 +0000 |
commit | 4c2ad11d50095d5a42168eee61f007b3703c8994 (patch) | |
tree | 159feff4d235f1f035caf63d4da569b1790e83a2 /lisp/gnus/gnus-delay.el | |
parent | 6ad0f04d224788678cc964d3fb9b2c521fa66cf7 (diff) | |
download | emacs-4c2ad11d50095d5a42168eee61f007b3703c8994.tar.gz |
(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.
Diffstat (limited to 'lisp/gnus/gnus-delay.el')
-rw-r--r-- | lisp/gnus/gnus-delay.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-delay.el b/lisp/gnus/gnus-delay.el index a664ff8ba00..a427aaefab8 100644 --- a/lisp/gnus/gnus-delay.el +++ b/lisp/gnus/gnus-delay.el @@ -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 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil." ;; coding: iso-8859-1 ;; End: -;;; arch-tag: fb2ad634-a897-4142-a503-f5991ec2349d +;; arch-tag: fb2ad634-a897-4142-a503-f5991ec2349d ;;; gnus-delay.el ends here |