mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(minibuffer-default): Add defvar.
This commit is contained in:
parent
257c9b6526
commit
d658acb641
@ -1047,6 +1047,11 @@ in *Help* buffer. See also the command `describe-char'."
|
||||
(defvar minibuffer-completing-symbol nil
|
||||
"Non-nil means completing a Lisp symbol in the minibuffer.")
|
||||
|
||||
(defvar minibuffer-default nil
|
||||
"The current default value or list of default values in the minibuffer.
|
||||
The functions `read-from-minibuffer' and `completing-read' bind
|
||||
this variable locally.")
|
||||
|
||||
(defcustom eval-expression-print-level 4
|
||||
"Value for `print-level' while printing value in `eval-expression'.
|
||||
A value of nil means no limit."
|
||||
|
Loading…
Reference in New Issue
Block a user