aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-08 06:53:15 +0000
committerRichard M. Stallman1998-03-08 06:53:15 +0000
commit461688a1950010ea309c0a5a78da815e4ed2f854 (patch)
tree5efad2fc04edc76ea43ed2146f52ff979e8d94a6
parente5caa08e5423cb969fd4b6d558f022691566f4db (diff)
downloademacs-461688a1950010ea309c0a5a78da815e4ed2f854.tar.gz
emacs-461688a1950010ea309c0a5a78da815e4ed2f854.zip
Don't require cc-defs.
-rw-r--r--lisp/progmodes/cc-align.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-align.el b/lisp/progmodes/cc-align.el
index 98843455dc6..df10addae2f 100644
--- a/lisp/progmodes/cc-align.el
+++ b/lisp/progmodes/cc-align.el
@@ -28,7 +28,6 @@
28;; Boston, MA 02111-1307, USA. 28;; Boston, MA 02111-1307, USA.
29 29
30(eval-when-compile 30(eval-when-compile
31 (require 'cc-defs)
32 (require 'cc-vars) 31 (require 'cc-vars)
33 (require 'cc-engine) 32 (require 'cc-engine)
34 (require 'cc-langs)) 33 (require 'cc-langs))