From: Richard M. Stallman Date: Tue, 12 Aug 1997 17:23:14 +0000 (+0000) Subject: (awk-mode): Require cc-mode, not cc-langs. X-Git-Tag: emacs-20.1~626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1bf98fa223ddafc0421c3200f7600e972c304e9;p=emacs.git (awk-mode): Require cc-mode, not cc-langs. --- 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)