diff lisp/progmodes/awk-mode.el @ 18773:c7ba19cdcf30

(awk-mode): Require cc-langs, not cc-mode.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jul 1997 21:31:12 +0000
parents c0e681b163ce
children 35c373c1f925
line wrap: on
line diff
--- a/lisp/progmodes/awk-mode.el	Sun Jul 13 21:30:50 1997 +0000
+++ b/lisp/progmodes/awk-mode.el	Sun Jul 13 21:31:12 1997 +0000
@@ -118,7 +118,7 @@
 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")