changeset 94315:755dd4bba830

(x-file-dialog): Declare as function.
author Glenn Morris <rgm@gnu.org>
date Thu, 24 Apr 2008 05:46:17 +0000
parents c3992d04d39a
children 40e0e4cdf486
files lisp/minibuffer.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/minibuffer.el	Thu Apr 24 05:45:26 2008 +0000
+++ b/lisp/minibuffer.el	Thu Apr 24 05:46:17 2008 +0000
@@ -851,6 +851,10 @@
   :group 'minibuffer
   :type 'boolean)
 
+;; Not always defined, but only called if next-read-file-uses-dialog-p says so.
+(declare-function x-file-dialog "xfns.c"
+                  (prompt dir &optional default-filename mustmatch only-dir-p))
+
 (defun read-file-name (prompt &optional dir default-filename mustmatch initial predicate)
   "Read file name, prompting with PROMPT and completing in directory DIR.
 Value is not expanded---you must call `expand-file-name' yourself.