changeset 44865:590c97430876

(occur-engine): Pad digits to the right.
author Colin Walters <walters@gnu.org>
date Thu, 25 Apr 2002 21:45:49 +0000
parents c18dd95f6962
children 582f083ed579
files lisp/replace.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Thu Apr 25 21:45:22 2002 +0000
+++ b/lisp/replace.el	Thu Apr 25 21:45:49 2002 +0000
@@ -771,7 +771,7 @@
 			;; 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))