changeset 78531:c2b062cb5942

(cvs-qtypedesc-strings): Use new names combine-and-quote-strings and split-string-and-unquote.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Aug 2007 18:00:34 +0000
parents 1532be3afc8a
children 97bfd89475cd
files lisp/pcvs-util.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/pcvs-util.el	Sun Aug 12 17:59:40 2007 +0000
+++ b/lisp/pcvs-util.el	Sun Aug 12 18:00:34 2007 +0000
@@ -211,7 +211,8 @@
 (defconst cvs-qtypedesc-string1 (cvs-qtypedesc-create 'identity 'identity t))
 (defconst cvs-qtypedesc-string (cvs-qtypedesc-create 'identity 'identity))
 (defconst cvs-qtypedesc-strings
-  (cvs-qtypedesc-create 'string->strings 'strings->string nil))
+  (cvs-qtypedesc-create 'split-string-and-unquote
+			'combine-and-quote-strings nil))
 
 (defun cvs-query-read (default prompt qtypedesc &optional hist-sym)
   (let* ((qtypedesc (or qtypedesc cvs-qtypedesc-strings))