]> git.eshelyaron.com Git - emacs.git/commitdiff
(awk-mode): Require cc-mode, not cc-langs.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Aug 1997 17:23:14 +0000 (17:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Aug 1997 17:23:14 +0000 (17:23 +0000)
lisp/progmodes/awk-mode.el

index 5c37f639f6df3c254b71a1f4cb1765b598826a00..67ec6dedfb676f8898148f9ae4c072849dbcb80a 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-langs)
+  (require 'cc-mode)
   (c-initialize-cc-mode)
   (use-local-map c-mode-map)
   (setq major-mode 'awk-mode)