]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-load-all): Function deleted.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Jul 1997 02:14:22 +0000 (02:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Jul 1997 02:14:22 +0000 (02:14 +0000)
lisp/progmodes/cc-defs.el

index 354ba3508ad01ea28afe0593373c50d79fb77b93..d800c2c97a9526d747e3db7fe928af7c4598d366 100644 (file)
@@ -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))
-
 \f
 (provide 'cc-defs)
 ;;; cc-defs.el ends here