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:
parent
c55676a166
commit
e2bddc3892
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue