diff lisp/simple.el @ 100810:8bebf3521844

(minibuffer-default): Add defvar.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Jan 2009 03:36:43 +0000
parents 0186716f4b63
children e66926f7879f
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."