# HG changeset patch # User Richard M. Stallman # Date 1186941634 0 # Node ID c2b062cb5942944fb05d7ea235ed0b948797170f # Parent 1532be3afc8a3a65b72b4a91d8f698d72250abf7 (cvs-qtypedesc-strings): Use new names combine-and-quote-strings and split-string-and-unquote. diff -r 1532be3afc8a -r c2b062cb5942 lisp/pcvs-util.el --- 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))