summaryrefslogtreecommitdiff
path: root/lisp/progmodes/awk-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-12 17:23:14 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-12 17:23:14 +0000
commita1bf98fa223ddafc0421c3200f7600e972c304e9 (patch)
tree49b2ceac538678c8b58fee3cbb0ad9ecf10fe034 /lisp/progmodes/awk-mode.el
parentc27d895b27b87a025f3c0430f0ca29631968f663 (diff)
(awk-mode): Require cc-mode, not cc-langs.
Diffstat (limited to 'lisp/progmodes/awk-mode.el')
-rw-r--r--lisp/progmodes/awk-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el
index 5c37f639f6d..67ec6dedfb6 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -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)