summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-25 20:51:42 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-25 20:51:42 +0000
commit2a729050997a8289d12408b2e8be51d08b56538a (patch)
tree5bf7b70c953e2b11793eaba1c94ccf08510e7da1
parent2f58e0ee076284c475b1b978df47e5e5f16fb5c1 (diff)
downloademacs-2a729050997a8289d12408b2e8be51d08b56538a.tar.gz
(awk-mode): Call c-initialize-cc-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")