diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2003-11-29 10:44:36 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2003-11-29 10:44:36 +0000 |
commit | 03d6484ea449799da1d223491c12d29204aa708a (patch) | |
tree | f70dd6e75ccc22f2bbb6cf64db8b9db81b1b58a2 /lisp/cus-start.el | |
parent | 442d3fd0482e0db752c3de199d370d95f7c209c2 (diff) | |
download | emacs-03d6484ea449799da1d223491c12d29204aa708a.tar.gz |
Add variable use-file-dialog to control use of file dialogs.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index db044fc8ba9..5e237cd0db7 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -123,6 +123,7 @@ (insert-default-directory minibuffer boolean) ;; fns.c (use-dialog-box menu boolean "21.1") + (use-file-dialog menu boolean "21.4") ;; frame.c (default-frame-alist frames (repeat (cons :format "%v" |