mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(cvs-qtypedesc-strings): Use new names
combine-and-quote-strings and split-string-and-unquote.
This commit is contained in:
parent
e80b38498c
commit
517e7169e1
@ -211,7 +211,8 @@ arguments. If ARGS is not a list, no argument will be passed."
|
||||
(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))
|
||||
|
Loading…
Reference in New Issue
Block a user