branch: externals/urgrep
commit 2523b6ed4eae1ded85764a97e58426c46ec6f127
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    Improve line wrapping slightly
---
 urgrep.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/urgrep.el b/urgrep.el
index e6f351613d..c721c5024e 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -832,8 +832,7 @@ See `compilation-error-regexp-alist' for format details.")
 (defun urgrep-filter ()
   "Handle match highlighting escape sequences inserted by the process.
 This function is called from `compilation-filter-hook'."
-  (rx-let ((ansi-sgr (&rest rest)
-                     (seq "\033[" rest "m")))
+  (rx-let ((ansi-sgr (&rest rest) (seq "\033[" rest "m")))
     (save-excursion
       (forward-line 0)
       (let ((end (point)) beg)

Reply via email to