diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
| 771 | ;; Generate the string to insert for this match | 771 | ;; Generate the string to insert for this match |
| 772 | (let* ((out-line | 772 | (let* ((out-line |
| 773 | (concat | 773 | (concat |
| 774 | (apply #'propertize (format "%-6d:" l) | 774 | (apply #'propertize (format "%6d:" l) |
| 775 | (append | 775 | (append |
| 776 | (when prefix-face | 776 | (when prefix-face |
| 777 | `(face prefix-face)) | 777 | `(face prefix-face)) |