# HG changeset patch # User stephent # Date 1044014717 0 # Node ID 78c3f60ba75713f2e84918c45004d54cb002a238 # Parent 5063044cc37f557264e518a144cec27b4507f8d4 [xemacs-hg @ 2003-01-31 12:05:17 by stephent] missed in earlier commit; just a comment diff -r 5063044cc37f -r 78c3f60ba757 lisp/cus-dep.el --- a/lisp/cus-dep.el Fri Jan 31 12:03:47 2003 +0000 +++ b/lisp/cus-dep.el Fri Jan 31 12:05:17 2003 +0000 @@ -84,6 +84,9 @@ (require 'widget) (require 'cus-face) +;; #### This and the autoloads file naming variables belong in a separate +;; file to be required here. +;; #### Compare this with the autoloads handling. ;; Don't change this, unless you plan to change the code in ;; cus-start.el, too. (defconst cusload-base-file "custom-load.el")