comparison lisp/cus-dep.el @ 1244:78c3f60ba757

[xemacs-hg @ 2003-01-31 12:05:17 by stephent] missed in earlier commit; just a comment
author stephent
date Fri, 31 Jan 2003 12:05:17 +0000
parents abe6d1db359e
children 1b4bc72f433e
comparison
equal deleted inserted replaced
1243:5063044cc37f 1244:78c3f60ba757
82 82
83 (require 'cl) 83 (require 'cl)
84 (require 'widget) 84 (require 'widget)
85 (require 'cus-face) 85 (require 'cus-face)
86 86
87 ;; #### This and the autoloads file naming variables belong in a separate
88 ;; file to be required here.
89 ;; #### Compare this with the autoloads handling.
87 ;; Don't change this, unless you plan to change the code in 90 ;; Don't change this, unless you plan to change the code in
88 ;; cus-start.el, too. 91 ;; cus-start.el, too.
89 (defconst cusload-base-file "custom-load.el") 92 (defconst cusload-base-file "custom-load.el")
90 93
91 ;; Be very careful when changing this function. It looks easy to 94 ;; Be very careful when changing this function. It looks easy to