From: Colin Walters Date: Thu, 25 Apr 2002 21:45:49 +0000 (+0000) Subject: (occur-engine): Pad digits to the right. X-Git-Tag: ttn-vms-21-2-B4~15394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba485f2e7c7e69d7ce67201da88b4cfa511b47e0;p=emacs.git (occur-engine): Pad digits to the right. --- 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))