emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 03 Sep 2007 06:17:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/03 06:17:52

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.453
retrieving revision 1.454
diff -u -b -r1.453 -r1.454
--- vc.el       27 Aug 2007 04:00:13 -0000      1.453
+++ vc.el       3 Sep 2007 06:17:52 -0000       1.454
@@ -7,8 +7,6 @@
 ;; Maintainer: Andre Spiegel <address@hidden>
 ;; 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 " ")))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]