diff options
| -rw-r--r-- | lisp/pcvs-util.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index 6991f796526..e5ab1638c60 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el | |||
| @@ -211,7 +211,8 @@ arguments. If ARGS is not a list, no argument will be passed." | |||
| 211 | (defconst cvs-qtypedesc-string1 (cvs-qtypedesc-create 'identity 'identity t)) | 211 | (defconst cvs-qtypedesc-string1 (cvs-qtypedesc-create 'identity 'identity t)) |
| 212 | (defconst cvs-qtypedesc-string (cvs-qtypedesc-create 'identity 'identity)) | 212 | (defconst cvs-qtypedesc-string (cvs-qtypedesc-create 'identity 'identity)) |
| 213 | (defconst cvs-qtypedesc-strings | 213 | (defconst cvs-qtypedesc-strings |
| 214 | (cvs-qtypedesc-create 'string->strings 'strings->string nil)) | 214 | (cvs-qtypedesc-create 'split-string-and-unquote |
| 215 | 'combine-and-quote-strings nil)) | ||
| 215 | 216 | ||
| 216 | (defun cvs-query-read (default prompt qtypedesc &optional hist-sym) | 217 | (defun cvs-query-read (default prompt qtypedesc &optional hist-sym) |
| 217 | (let* ((qtypedesc (or qtypedesc cvs-qtypedesc-strings)) | 218 | (let* ((qtypedesc (or qtypedesc cvs-qtypedesc-strings)) |