Mercurial > hg > xemacs-beta
comparison lisp/prim/loadup.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | ac2d302a0011 |
children | 4b173ad71786 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
133 ; (sets standard syntax table.) | 133 ; (sets standard syntax table.) |
134 (load-gc "paragraphs") | 134 (load-gc "paragraphs") |
135 (load-gc "lisp-mode") | 135 (load-gc "lisp-mode") |
136 (load-gc "text-mode") | 136 (load-gc "text-mode") |
137 (load-gc "fill") | 137 (load-gc "fill") |
138 (load-gc "cc-mode") | 138 ;; (load-gc "cc-mode") ; as FSF goes so go we .. |
139 (load-gc "scroll-in-place") | |
139 ;; we no longer load buff-menu automatically. | 140 ;; we no longer load buff-menu automatically. |
140 ;; it will get autoloaded if needed. | 141 ;; it will get autoloaded if needed. |
141 | 142 |
142 (cond ; Differences based on system-type | 143 (cond ; Differences based on system-type |
143 ((eq system-type 'vax-vms) | 144 ((eq system-type 'vax-vms) |
202 (load-gc "sunpro/sunpro-load.el")) | 203 (load-gc "sunpro/sunpro-load.el")) |
203 (fmakunbound 'load-gc) | 204 (fmakunbound 'load-gc) |
204 )) ;; end of call-with-condition-handler | 205 )) ;; end of call-with-condition-handler |
205 | 206 |
206 | 207 |
207 (setq load-warn-when-source-newer nil ; set to t at top of file | 208 (setq load-warn-when-source-newer t ; set to t at top of file |
208 load-warn-when-source-only nil) | 209 load-warn-when-source-only nil) |
209 | 210 |
210 (setq debugger 'debug) | 211 (setq debugger 'debug) |
211 | 212 |
212 (if (or (equal (nth 4 command-line-args) "no-site-file") | 213 (if (or (equal (nth 4 command-line-args) "no-site-file") |