Inital 31.1 changes

This commit is contained in:
2026-08-24 17:07:24 -07:00
parent fe65b9bbe4
commit fce9247c63
8 changed files with 41 additions and 354 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ languages supported by this interpreter."))
(defun inf-cc--remove-surrounding-parens (str)
"Remove surrounding parenthesis from STR."
(if (string-match (rx bos (* (syntax whitespace)) "("
(group (* any))
(group (* not-newline))
")" (* (syntax whitespace)) eos)
str)
(match-string 1 str)