Mercurial > hg > xemacs-beta
diff lisp/vm/vm-minibuf.el @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | a145efe76779 |
line wrap: on
line diff
--- a/lisp/vm/vm-minibuf.el Mon Aug 13 09:13:58 2007 +0200 +++ b/lisp/vm/vm-minibuf.el Mon Aug 13 09:15:11 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)