Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e2bddc38
Commit
e2bddc38
authored
Jul 13, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(awk-mode): Require cc-langs, not cc-mode.
parent
c55676a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/awk-mode.el
lisp/progmodes/awk-mode.el
+1
-1
No files found.
lisp/progmodes/awk-mode.el
View file @
e2bddc38
...
...
@@ -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
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment