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))