]> git.eshelyaron.com Git - emacs.git/commitdiff
(awk-mode): Call c-initialize-cc-mode.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 20:51:42 +0000 (20:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 20:51:42 +0000 (20:51 +0000)
lisp/progmodes/awk-mode.el

index bd74d4298f989bf8dd1e92163f68ec2fbb75dcf1..5c37f639f6df3c254b71a1f4cb1765b598826a00 100644 (file)
@@ -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")