]> git.eshelyaron.com Git - emacs.git/commit
Add possibility to override the default highlighting
authorTassilo Horn <tsdh@gnu.org>
Mon, 6 Sep 2021 19:47:38 +0000 (21:47 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 6 Sep 2021 19:47:38 +0000 (21:47 +0200)
commit163e3052c8ffd840c41b638dc15a9b1a5922642f
tree08c55c2cdb4e05fdc9a66e3e20d7fc9308f80cc5
parent96e50693fc1c4f34ccc227d90f4bdc87feace637
Add possibility to override the default highlighting

* lisp/progmodes/bug-reference.el (bug-reference-fontify): Highlight
99th group if it exists.
(bug-reference-bug-regexp): Document that regexp group 99 can be used
to override the default behavior of highlighting the complete match.
(bug-reference--run-auto-setup): Use run-hook-with-args-until-success
instead of throw/catch.
lisp/progmodes/bug-reference.el