comparison lisp/dialog.el @ 673:685b588e92d8

[xemacs-hg @ 2001-10-30 05:13:26 by andyp] merge of windows 21.4.5 codeline
author andyp
date Tue, 30 Oct 2001 05:13:31 +0000
parents a6c89d799f00
children 047d37eb70d7
comparison
equal deleted inserted replaced
672:42a8626b741e 673:685b588e92d8
257 :create-prompt-on-nonexistent t or nil 257 :create-prompt-on-nonexistent t or nil
258 :overwrite-prompt t or nil 258 :overwrite-prompt t or nil
259 :file-must-exist t or nil 259 :file-must-exist t or nil
260 :no-network-button t or nil 260 :no-network-button t or nil
261 :no-read-only-return t or nil 261 :no-read-only-return t or nil
262
263 ---------------------------------------------------------------------------
264
265 For type `directory':
266
267 The keywords allowed are
268
269 :initial-directory
270 The initial directory to be selected in the dialog box (defaults to the
271 current buffer's `default-directory).
272 :title
273 The title of the dialog box (defaults to \"Open\").
262 274
263 --------------------------------------------------------------------------- 275 ---------------------------------------------------------------------------
264 276
265 For type `print': 277 For type `print':
266 278