From e2bddc3892457803c64e81851066bc9821179998 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Jul 1997 21:31:12 +0000 Subject: [PATCH] (awk-mode): Require cc-langs, not cc-mode. --- lisp/progmodes/awk-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index d214baff7e5..bd74d4298f9 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el @@ -118,7 +118,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) + (require 'cc-langs) (use-local-map c-mode-map) (setq major-mode 'awk-mode) (setq mode-name "AWK") -- 2.39.5