Mercurial > hg > xemacs-beta
changeset 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 | 5063044cc37f |
children | 6981ff72175a |
files | lisp/cus-dep.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")