From ba485f2e7c7e69d7ce67201da88b4cfa511b47e0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 25 Apr 2002 21:45:49 +0000 Subject: [PATCH] (occur-engine): Pad digits to the right. --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/replace.el b/lisp/replace.el index eb33ab87137..a29d3d626c5 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -771,7 +771,7 @@ See also `multi-occur'." ;; Generate the string to insert for this match (let* ((out-line (concat - (apply #'propertize (format "%-6d:" l) + (apply #'propertize (format "%6d:" l) (append (when prefix-face `(face prefix-face)) -- 2.39.5