mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue