* lisp/progmodes/compile.el (compilation-filter-start): Add some
more meaningful tags, and switch to using 'radio' instead of
'choice'.
(cherry picked from commit
df7f02a7954c652896dcaae590caf9dc0c4dc6a1)
Similarly, to remove a prefix \"bar/\", use:
(\"\\\\=`bar/\" \"\")"
- :type '(repeat (list regexp (choice (const :tag "No replacement" nil)
- string)))
+ :type '(repeat (list (regexp :tag "Filename that matches")
+ (radio :tag "Action"
+ (const :tag "Do not consider as error" nil)
+ (string :tag "Replace matched filename with"))))
:version "27.1")
(defvar compilation-filter-hook nil