]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't load c-mode.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 16:20:36 +0000 (16:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 16:20:36 +0000 (16:20 +0000)
lisp/loadup.el

index ad2f40b925c890c4f964876a1e402b32a86db4fa..9e9f201d24b3744be89c5c54a525dea471e0992d 100644 (file)
@@ -93,8 +93,6 @@
 (garbage-collect)
 (load "fill")
 (garbage-collect)
-(load "c-mode")
-(garbage-collect)
 (load "replace")
 (if (eq system-type 'vax-vms)
     (progn
 ;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))