changeset 83863:64474f5a185a

Remove CVS $Id$ header. Comment.
author Glenn Morris <rgm@gnu.org>
date Mon, 03 Sep 2007 06:17:52 +0000
parents 41c9725009cf
children d935eac5e18d
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <spiegel@gnu.org>
 ;; 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 " ")))