Mercurial > hg > xemacs-beta
comparison lisp/prim/loadup.el @ 28:1917ad0d78d7 r19-15b97
Import from CVS: tag r19-15b97
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:55 +0200 |
parents | 441bb1e64a06 |
children | e04119814345 |
comparison
equal
deleted
inserted
replaced
27:0a3286277d9b | 28:1917ad0d78d7 |
---|---|
106 (load-gc "help") | 106 (load-gc "help") |
107 (load-gc "buff-menu") | 107 (load-gc "buff-menu") |
108 ;; (load-gc "w3-sysdp") | 108 ;; (load-gc "w3-sysdp") |
109 (load-gc "widget") | 109 (load-gc "widget") |
110 (load-gc "custom") ; Before loaddefs so that defcustom exists. | 110 (load-gc "custom") ; Before loaddefs so that defcustom exists. |
111 (load-gc "custom-xmas") | |
112 ;; If SparcWorks support is included some additional packages are | 111 ;; If SparcWorks support is included some additional packages are |
113 ;; dumped which would normally have autoloads. To avoid | 112 ;; dumped which would normally have autoloads. To avoid |
114 ;; duplicate doc string warnings, SparcWorks uses a separate | 113 ;; duplicate doc string warnings, SparcWorks uses a separate |
115 ;; autoloads file with the dumped packages removed. | 114 ;; autoloads file with the dumped packages removed. |
116 ;;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! | 115 ;;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! |