diff lisp/vm/vm-minibuf.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 859a2309aef8
children 441bb1e64a06
line wrap: on
line diff
--- a/lisp/vm/vm-minibuf.el	Mon Aug 13 08:50:31 2007 +0200
+++ b/lisp/vm/vm-minibuf.el	Mon Aug 13 08:51:03 2007 +0200
@@ -262,8 +262,8 @@
     (if (not multi-word)
 	(define-key minibuffer-local-map "\r"
 	  'vm-minibuffer-complete-word-and-exit))
-    ;; evade the XEmacs dialox box, yeccch.
-    (let ((should-use-dialog-box nil))
+    ;; evade the XEmacs dialog box, yeccch.
+    (let ((use-dialog-box nil))
       (read-string prompt))))
 
 (defvar last-nonmenu-event)
@@ -361,8 +361,8 @@
 					  must-match initial history)
   "Like read-file-name, except HISTORY's value is unaltered."
   (let ((oldvalue (symbol-value history))
-	;; evade the XEmacs dialox box, yeccch.
-	(should-use-dialog-box nil))
+	;; evade the XEmacs dialog box, yeccch.
+	(use-dialog-box nil))
     (unwind-protect
 	(condition-case nil
 	    (read-file-name prompt dir default must-match initial history)