mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04: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
|
|
@ -406,8 +406,6 @@ name symbol."
|
|||
;; to work fine. This is needed so that dabbrev-expand
|
||||
;; $VARNAME works.
|
||||
?$ "'"
|
||||
?* "."
|
||||
?+ "."
|
||||
?! "."
|
||||
?% "."
|
||||
?: "."
|
||||
|
|
|
|||
Loading…
Reference in a new issue