Function: comint--unquote-argument
comint--unquote-argument is a byte-compiled function defined in
comint.el.gz.
Signature
(comint--unquote-argument STR)
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defun comint--unquote-argument (str)
(car (comint--unquote&requote-argument str)))