]> code.delx.au - gnu-emacs/commitdiff
(occur-engine): Pad digits to the right.
authorColin Walters <walters@gnu.org>
Thu, 25 Apr 2002 21:45:49 +0000 (21:45 +0000)
committerColin Walters <walters@gnu.org>
Thu, 25 Apr 2002 21:45:49 +0000 (21:45 +0000)
lisp/replace.el

index eb33ab87137b7647d5505e9f35580b4c6d543c7e..a29d3d626c5232d320d28c532f7d4d486eee4279 100644 (file)
@@ -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))