# HG changeset patch # User Richard M. Stallman # Date 814897236 0 # Node ID 373701da47e52f9e50e584e4274b562936f663f8 # Parent 2edc6ae38a7886c9bdf6c7c39d588a5486d94f55 Don't load c-mode. diff -r 2edc6ae38a78 -r 373701da47e5 lisp/loadup.el --- a/lisp/loadup.el Sat Oct 28 16:05:59 1995 +0000 +++ b/lisp/loadup.el Sat Oct 28 16:20:36 1995 +0000 @@ -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))