summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/awk-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el
index bd74d4298f9..5c37f639f6d 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -119,6 +119,7 @@ with no args, if that value is non-nil."
(interactive)
(kill-all-local-variables)
(require 'cc-langs)
+ (c-initialize-cc-mode)
(use-local-map c-mode-map)
(setq major-mode 'awk-mode)
(setq mode-name "AWK")