diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-10-28 16:20:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-10-28 16:20:36 +0000 |
commit | fd322faecfcd539f75daabd6c08a23b75dd9d2f4 (patch) | |
tree | 9e96acadeccf069841edd7761cf5d8ae5d1022f3 /lisp/loadup.el | |
parent | 7afa606850268e5062a6cee3af6d48c9fe6e1933 (diff) | |
download | emacs-fd322faecfcd539f75daabd6c08a23b75dd9d2f4.tar.gz |
Don't load c-mode.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 4 |
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 @@ (garbage-collect) (load "fill") (garbage-collect) -(load "c-mode") -(garbage-collect) (load "replace") (if (eq system-type 'vax-vms) (progn @@ -137,7 +135,7 @@ ;you may load them with a "site-load.el" file. ;But you must also cause them to be scanned when the DOC file ;is generated. For VMS, you must edit ../vms/makedoc.com. -;For other systems, you must edit ../src/Makefile.in.in. +;For other systems, you must edit ../src/Makefile.in. (if (load "site-load" t) (garbage-collect)) |