mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Revert "sh-script: Mark + and * as punctuation rather than a symbol constituent"
This reverts commit b3c0aee42b.
It caused regressions in 'sh-script', see bug#80794 and
bug#80854.
This commit is contained in:
parent
70b79b3ed8
commit
f13287fde0
1 changed files with 0 additions and 2 deletions
|
|
@ -406,8 +406,6 @@ name symbol."
|
||||||
;; to work fine. This is needed so that dabbrev-expand
|
;; to work fine. This is needed so that dabbrev-expand
|
||||||
;; $VARNAME works.
|
;; $VARNAME works.
|
||||||
?$ "'"
|
?$ "'"
|
||||||
?* "."
|
|
||||||
?+ "."
|
|
||||||
?! "."
|
?! "."
|
||||||
?% "."
|
?% "."
|
||||||
?: "."
|
?: "."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue