Variable: semantic-completion-default-history
semantic-completion-default-history is a variable defined in
complete.el.gz.
Value
nil
Documentation
Default history variable for any unhistoried prompt.
Keeps STRINGS only in the history.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
(defvar semantic-completion-default-history nil
"Default history variable for any unhistoried prompt.
Keeps STRINGS only in the history.")