projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9625e4a
)
Correctly highlight SYMTAB in `awk-mode`
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 7 Jul 2024 01:39:37 +0000
(
03:39
+0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 7 Jul 2024 01:41:09 +0000
(
03:41
+0200)
* lisp/progmodes/cc-awk.el (awk-font-lock-keywords): Fix typo for
"SYMTAB" (see Info node '(gawk) Auto-set').
lisp/progmodes/cc-awk.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-awk.el
b/lisp/progmodes/cc-awk.el
index e299f4fa8d2b5b58afeb5625bdd73e8526482c54..4b8cb0eff470e48191c8eda5e76c62da4358f611 100644
(file)
--- a/
lisp/progmodes/cc-awk.el
+++ b/
lisp/progmodes/cc-awk.el
@@
-990,7
+990,7
@@
"ERRNO" "FIELDWIDTHS" "FILENAME" "FNR" "FPAT" "FS" "FUNCTAB"
"IGNORECASE" "LINT" "NF" "NR" "OFMT" "OFS" "ORS" "PREC"
"PROCINFO" "RLENGTH" "ROUNDMODE" "RS" "RSTART" "RT" "SUBSEP"
- "SY
N
TAB" "TEXTDOMAIN") t) "\\>")
+ "SY
M
TAB" "TEXTDOMAIN") t) "\\>")
'font-lock-variable-name-face)
;; Special file names. (acm, 2002/7/22)