Mercurial > emacs
changeset 70709:45029a5165ac
(cvs-fileinfo-pp): Insert trailing newline.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Thu, 18 May 2006 12:08:15 +0000 |
parents | e5bae689766e |
children | d57b7c96fb65 |
files | lisp/pcvs-info.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs-info.el Thu May 18 12:07:10 2006 +0000 +++ b/lisp/pcvs-info.el Thu May 18 12:08:15 2006 +0000 @@ -379,7 +379,8 @@ ;; or nothing ""))) (format "%-11s %s %-11s %-11s %s" - side status type base file))))))) + side status type base file)))) + "\n"))) (defun cvs-fileinfo-update (fi fi-new)