aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/loadup.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index ad2f40b925c..9e9f201d24b 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -93,8 +93,6 @@
93(garbage-collect) 93(garbage-collect)
94(load "fill") 94(load "fill")
95(garbage-collect) 95(garbage-collect)
96(load "c-mode")
97(garbage-collect)
98(load "replace") 96(load "replace")
99(if (eq system-type 'vax-vms) 97(if (eq system-type 'vax-vms)
100 (progn 98 (progn
@@ -137,7 +135,7 @@
137;you may load them with a "site-load.el" file. 135;you may load them with a "site-load.el" file.
138;But you must also cause them to be scanned when the DOC file 136;But you must also cause them to be scanned when the DOC file
139;is generated. For VMS, you must edit ../vms/makedoc.com. 137;is generated. For VMS, you must edit ../vms/makedoc.com.
140;For other systems, you must edit ../src/Makefile.in.in. 138;For other systems, you must edit ../src/Makefile.in.
141(if (load "site-load" t) 139(if (load "site-load" t)
142 (garbage-collect)) 140 (garbage-collect))
143 141