comparison lisp/cus-start.el @ 53189:2c1d6f1a791e

Add variable use-file-dialog to control use of file dialogs.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 29 Nov 2003 10:44:36 +0000
parents 4d0b56f575d6
children bfde3fb6a446
comparison
equal deleted inserted replaced
53188:84c9b261cac0 53189:2c1d6f1a791e
121 (const :tag "always" t))) 121 (const :tag "always" t)))
122 ;; fileio.c 122 ;; fileio.c
123 (insert-default-directory minibuffer boolean) 123 (insert-default-directory minibuffer boolean)
124 ;; fns.c 124 ;; fns.c
125 (use-dialog-box menu boolean "21.1") 125 (use-dialog-box menu boolean "21.1")
126 (use-file-dialog menu boolean "21.4")
126 ;; frame.c 127 ;; frame.c
127 (default-frame-alist frames 128 (default-frame-alist frames
128 (repeat (cons :format "%v" 129 (repeat (cons :format "%v"
129 (symbol :tag "Parameter") 130 (symbol :tag "Parameter")
130 (sexp :tag "Value")))) 131 (sexp :tag "Value"))))