summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-10 17:09:45 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-10 17:09:45 +0000
commit80c1bbc61f6509ad54a9c1611b612ff1f95f320e (patch)
treeb9b61ddaca90fb15b39cb1c6828e1665dcfaa0ad /lisp/progmodes
parent09e32aaf275c49e2fd6ea7a4396cf41679c8a397 (diff)
downloademacs-80c1bbc61f6509ad54a9c1611b612ff1f95f320e.tar.gz
(awk-mode): Require cc-mode.
Diffstat (limited to 'lisp/progmodes')
-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 afacf7d8838..5547d57c8d8 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -65,6 +65,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-mode)
(use-local-map c-mode-map)
(setq major-mode 'awk-mode)
(setq mode-name "AWK")