aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-28 16:20:36 +0000
committerRichard M. Stallman1995-10-28 16:20:36 +0000
commitfd322faecfcd539f75daabd6c08a23b75dd9d2f4 (patch)
tree9e96acadeccf069841edd7761cf5d8ae5d1022f3
parent7afa606850268e5062a6cee3af6d48c9fe6e1933 (diff)
downloademacs-fd322faecfcd539f75daabd6c08a23b75dd9d2f4.tar.gz
emacs-fd322faecfcd539f75daabd6c08a23b75dd9d2f4.zip
Don't load c-mode.
-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