1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Don't load c-mode.

This commit is contained in:
Richard M. Stallman 1995-10-28 16:20:36 +00:00
parent 7afa606850
commit fd322faecf

View 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
@ -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))