projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08b10dd
)
(occur-engine): Pad digits to the right.
author
Colin Walters
<walters@gnu.org>
Thu, 25 Apr 2002 21:45:49 +0000
(21:45 +0000)
committer
Colin Walters
<walters@gnu.org>
Thu, 25 Apr 2002 21:45:49 +0000
(21:45 +0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index eb33ab87137b7647d5505e9f35580b4c6d543c7e..a29d3d626c5232d320d28c532f7d4d486eee4279 100644
(file)
--- 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))