Mercurial > hg > xemacs-beta
comparison lisp/prim/loadup.el @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 4103f0995bd7 |
children | 1917ad0d78d7 |
comparison
equal
deleted
inserted
replaced
25:383a494979f8 | 26:441bb1e64a06 |
---|---|
157 (load-gc "disp-table"))) ; needed to setup ibm-pc char set, | 157 (load-gc "disp-table"))) ; needed to setup ibm-pc char set, |
158 ; see internal.el | 158 ; see internal.el |
159 (when (featurep 'lisp-float-type) | 159 (when (featurep 'lisp-float-type) |
160 (load-gc "float-sup")) | 160 (load-gc "float-sup")) |
161 (load-gc "itimer") ; for vars auto-save-timeout and auto-gc-threshold | 161 (load-gc "itimer") ; for vars auto-save-timeout and auto-gc-threshold |
162 (load-gc "itimer-autosave") | |
162 (if (featurep 'toolbar) | 163 (if (featurep 'toolbar) |
163 (load-gc "toolbar") | 164 (load-gc "toolbar") |
164 ;; else still define a few functions. | 165 ;; else still define a few functions. |
165 (defun toolbar-button-p (obj) "No toolbar support." nil) | 166 (defun toolbar-button-p (obj) "No toolbar support." nil) |
166 (defun toolbar-specifier-p (obj) "No toolbar support." nil)) | 167 (defun toolbar-specifier-p (obj) "No toolbar support." nil)) |