diff options
| author | Richard M. Stallman | 1997-07-18 02:14:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-18 02:14:22 +0000 |
| commit | b18c013f8ec39953d6f0bd98fa2718e1625782ab (patch) | |
| tree | 379bade3497805ac2141f52fc9b2ee32401e77e0 | |
| parent | 31b2af0a3b7616408a361a93313050d181fc1266 (diff) | |
| download | emacs-b18c013f8ec39953d6f0bd98fa2718e1625782ab.tar.gz emacs-b18c013f8ec39953d6f0bd98fa2718e1625782ab.zip | |
(c-load-all): Function deleted.
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 12 |
1 files changed, 1 insertions, 11 deletions
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 @@ | |||
| 7 | ;; 1985 Richard M. Stallman | 7 | ;; 1985 Richard M. Stallman |
| 8 | ;; Maintainer: cc-mode-help@python.org | 8 | ;; Maintainer: cc-mode-help@python.org |
| 9 | ;; Created: 22-Apr-1997 (split from cc-mode.el) | 9 | ;; Created: 22-Apr-1997 (split from cc-mode.el) |
| 10 | ;; Version: 5.12 | 10 | ;; Version: 5.13 |
| 11 | ;; Keywords: c languages oop | 11 | ;; Keywords: c languages oop |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| @@ -170,16 +170,6 @@ Infodock (based on XEmacs) has an additional symbol on this list: | |||
| 170 | (and (boundp 'zmacs-region-stays) | 170 | (and (boundp 'zmacs-region-stays) |
| 171 | (setq zmacs-region-stays t))) | 171 | (setq zmacs-region-stays t))) |
| 172 | 172 | ||
| 173 | (defsubst c-load-all () | ||
| 174 | ;; make sure all necessary components of CC Mode are loaded in. | ||
| 175 | (require 'cc-vars) | ||
| 176 | (require 'cc-engine) | ||
| 177 | (require 'cc-langs) | ||
| 178 | (require 'cc-menus) | ||
| 179 | (require 'cc-align) | ||
| 180 | (require 'cc-styles) | ||
| 181 | (require 'cc-cmds)) | ||
| 182 | |||
| 183 | 173 | ||
| 184 | (provide 'cc-defs) | 174 | (provide 'cc-defs) |
| 185 | ;;; cc-defs.el ends here | 175 | ;;; cc-defs.el ends here |