Function: pcomplete-continue
pcomplete-continue is an autoloaded, interactive and byte-compiled
function defined in pcomplete.el.gz.
Signature
(pcomplete-continue)
Documentation
Complete without reference to any cycling completions.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
;;;###autoload
(defun pcomplete-continue ()
"Complete without reference to any cycling completions."
(interactive)
(setq pcomplete-current-completions nil
pcomplete-last-completion-raw nil)
(call-interactively 'pcomplete))