1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(awk-mode): Require cc-langs, not cc-mode.

This commit is contained in:
Richard M. Stallman 1997-07-13 21:31:12 +00:00
parent c55676a166
commit e2bddc3892

View file

@ -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")