emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Thu, 25 Apr 2002 17:45:49 -0400

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.135 emacs/lisp/replace.el:1.136
*** emacs/lisp/replace.el:1.135 Thu Apr 25 17:12:09 2002
--- emacs/lisp/replace.el       Thu Apr 25 17:45:49 2002
***************
*** 771,777 ****
                        ;; Generate the string to insert for this match
                        (let* ((out-line
                                (concat
!                                (apply #'propertize (format "%-6d:" l)
                                        (append
                                         (when prefix-face
                                           `(face prefix-face))
--- 771,777 ----
                        ;; Generate the string to insert for this match
                        (let* ((out-line
                                (concat
!                                (apply #'propertize (format "%6d:" l)
                                        (append
                                         (when prefix-face
                                           `(face prefix-face))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]