Mercurial > emacs
changeset 100810:8bebf3521844
(minibuffer-default): Add defvar.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 01 Jan 2009 03:36:43 +0000 |
parents | 20cb69cb50a9 |
children | 4028e34487e6 |
files | lisp/simple.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Thu Jan 01 03:35:44 2009 +0000 +++ b/lisp/simple.el Thu Jan 01 03:36:43 2009 +0000 @@ -1047,6 +1047,11 @@ (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."