mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(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.
This commit is contained in:
parent
6ad0f04d22
commit
4c2ad11d50
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user