Inital 31.1 changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user