branch: externals/urgrep commit 5aabe4ffa9e21e52872c48e75e813497b7199069 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Remove debug code --- urgrep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urgrep.el b/urgrep.el index 37a883075d..c78d891a8c 100644 --- a/urgrep.el +++ b/urgrep.el @@ -611,7 +611,7 @@ line number." ;; Grouped result. (looking-at "[0-9]+\\([=-]\\).*$"))) -(setq urgrep-mode-font-lock-keywords +(defvar urgrep-mode-font-lock-keywords `(("^Urgrep started.*" (0 '(face nil compilation-message nil help-echo nil mouse-face nil) t)) ("^Urgrep finished with \\(?:\\(\\(?:[0-9]+ \\)?match\\(?:es\\)? found\\)\\|\\(no matches found\\)\\).*"