From: Richard M. Stallman Date: Fri, 18 Jul 1997 02:14:22 +0000 (+0000) Subject: (c-load-all): Function deleted. X-Git-Tag: emacs-20.1~1100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b18c013f8ec39953d6f0bd98fa2718e1625782ab;p=emacs.git (c-load-all): Function deleted. --- diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 354ba3508ad..d800c2c97a9 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -7,7 +7,7 @@ ;; 1985 Richard M. Stallman ;; Maintainer: cc-mode-help@python.org ;; Created: 22-Apr-1997 (split from cc-mode.el) -;; Version: 5.12 +;; Version: 5.13 ;; Keywords: c languages oop ;; This file is part of GNU Emacs. @@ -170,16 +170,6 @@ Infodock (based on XEmacs) has an additional symbol on this list: (and (boundp 'zmacs-region-stays) (setq zmacs-region-stays t))) -(defsubst c-load-all () - ;; make sure all necessary components of CC Mode are loaded in. - (require 'cc-vars) - (require 'cc-engine) - (require 'cc-langs) - (require 'cc-menus) - (require 'cc-align) - (require 'cc-styles) - (require 'cc-cmds)) - (provide 'cc-defs) ;;; cc-defs.el ends here