1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

Remove CVS $Id$ header. Comment.

This commit is contained in:
Glenn Morris 2007-09-03 06:18:58 +00:00
parent e7dcc5a2d1
commit f4f6d1ed13
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-09-03 Glenn Morris <rgm@gnu.org>
* vc-svn.el (vc-svn-print-log): Change the "Working file" prefix
back to singular, for the sake of log-view.
2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
* term/xterm.el (xterm-modify-other-keys-terminal-list): New

View File

@ -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 @@ Else, add CODE to the process' sentinel."
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 " ")))