From f13287fde0d0900fe834cda9df77a072dd35d685 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 May 2026 13:27:49 +0300 Subject: [PATCH] Revert "sh-script: Mark + and * as punctuation rather than a symbol constituent" This reverts commit b3c0aee42b086af4b3c6e26da1a5d81490b6128b. It caused regressions in 'sh-script', see bug#80794 and bug#80854. --- lisp/progmodes/sh-script.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index ffa8407b9bc..8479c3cfd9a 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -406,8 +406,6 @@ name symbol." ;; to work fine. This is needed so that dabbrev-expand ;; $VARNAME works. ?$ "'" - ?* "." - ?+ "." ?! "." ?% "." ?: "."