From 80c1bbc61f6509ad54a9c1611b612ff1f95f320e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 10 Nov 1995 17:09:45 +0000 Subject: [PATCH] (awk-mode): Require 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 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") -- 2.39.2