# HG changeset patch # User Glenn Morris # Date 1188800272 0 # Node ID 64474f5a185aa035b2fce731c865b5e4db2624d4 # Parent 41c9725009cf41abbe0c0219c3ee7d79acef9c83 Remove CVS $Id$ header. Comment. diff -r 41c9725009cf -r 64474f5a185a lisp/vc.el --- a/lisp/vc.el Sun Sep 02 21:33:21 2007 +0000 +++ b/lisp/vc.el Mon Sep 03 06:17:52 2007 +0000 @@ -7,8 +7,6 @@ ;; Maintainer: Andre Spiegel ;; Keywords: tools -;; $Id$ - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -1013,6 +1011,7 @@ Each function is called inside the buffer in which the command was run and is passed 3 arguments: the COMMAND, the FILE and the FLAGS.") +;; FIXME what about file names with spaces? (defun vc-delistify (filelist) "Smash a FILELIST into a file list string suitable for info messages." (if (not filelist) "." (mapconcat 'identity filelist " ")))