From a1bf98fa223ddafc0421c3200f7600e972c304e9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 12 Aug 1997 17:23:14 +0000 Subject: [PATCH] (awk-mode): Require cc-mode, not cc-langs. --- 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 5c37f639f6d..67ec6dedfb6 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-langs) + (require 'cc-mode) (c-initialize-cc-mode) (use-local-map c-mode-map) (setq major-mode 'awk-mode) -- 2.39.5