]> code.delx.au - gnu-emacs/commitdiff
(awk-mode): Require cc-langs, not cc-mode.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Jul 1997 21:31:12 +0000 (21:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Jul 1997 21:31:12 +0000 (21:31 +0000)
lisp/progmodes/awk-mode.el

index d214baff7e5b84b8b4c97875a2fa3bd1cb30a9b9..bd74d4298f989bf8dd1e92163f68ec2fbb75dcf1 100644 (file)
@@ -118,7 +118,7 @@ Turning on AWK mode calls the value of the variable `awk-mode-hook'
 with no args, if that value is non-nil."
   (interactive)
   (kill-all-local-variables)
-  (require 'cc-mode)
+  (require 'cc-langs)
   (use-local-map c-mode-map)
   (setq major-mode 'awk-mode)
   (setq mode-name "AWK")