From 8248aeb532b00d4ae135c3933d4f25e9d8d543e7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 20:51:42 +0000 Subject: [PATCH] (awk-mode): Call c-initialize-cc-mode. --- lisp/progmodes/awk-mode.el | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.5