Mercurial > emacs
changeset 48671:62cbd205f3a8
(cvs-sentinel): More verbose completion message.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 05 Dec 2002 15:23:37 +0000 |
parents | cb6cf97955b5 |
children | d66d3c9a5ee2 |
files | lisp/pcvs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs.el Thu Dec 05 15:17:49 2002 +0000 +++ b/lisp/pcvs.el Thu Dec 05 15:23:37 2002 +0000 @@ -14,7 +14,7 @@ ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu ;; Keywords: CVS, version control, release management -;; Revision: $Id: pcvs.el,v 1.44 2002/11/13 20:19:38 monnier Exp $ +;; Revision: $Id: pcvs.el,v 1.45 2002/11/18 20:53:24 rost Exp $ ;; This file is part of GNU Emacs. @@ -647,7 +647,7 @@ (buffer-enable-undo) (with-current-buffer cvs-buffer (cvs-update-header nil nil) ;FIXME: might need to be inline - (message "CVS process has completed")))) + (message "CVS process has completed in %s" (buffer-name))))) ;; This might not even be necessary (set-buffer obuf)))))