projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c55676a
)
(awk-mode): Require cc-langs, not cc-mode.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jul 1997 21:31:12 +0000
(21:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jul 1997 21:31:12 +0000
(21:31 +0000)
lisp/progmodes/awk-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/awk-mode.el
b/lisp/progmodes/awk-mode.el
index d214baff7e5b84b8b4c97875a2fa3bd1cb30a9b9..bd74d4298f989bf8dd1e92163f68ec2fbb75dcf1 100644
(file)
--- 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")