# HG changeset patch # User Thien-Thi Nguyen # Date 1147954095 0 # Node ID 45029a5165ac9005e8610c8d293558b994c327d4 # Parent e5bae689766efe8b08b2bf10cdd9ab5b6606fa6a (cvs-fileinfo-pp): Insert trailing newline. diff -r e5bae689766e -r 45029a5165ac lisp/pcvs-info.el --- 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)