# HG changeset patch # User Chong Yidong # Date 1230781003 0 # Node ID 8bebf3521844c8a61f4de8bade0d5501a6988552 # Parent 20cb69cb50a90093c0263a0e678adc8af9632a75 (minibuffer-default): Add defvar. diff -r 20cb69cb50a9 -r 8bebf3521844 lisp/simple.el --- 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."