diff options
| author | Jan Djärv | 2003-11-29 10:44:36 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-11-29 10:44:36 +0000 |
| commit | 03d6484ea449799da1d223491c12d29204aa708a (patch) | |
| tree | f70dd6e75ccc22f2bbb6cf64db8b9db81b1b58a2 /lisp | |
| parent | 442d3fd0482e0db752c3de199d370d95f7c209c2 (diff) | |
| download | emacs-03d6484ea449799da1d223491c12d29204aa708a.tar.gz emacs-03d6484ea449799da1d223491c12d29204aa708a.zip | |
Add variable use-file-dialog to control use of file dialogs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8d6278337c..460c73c72e6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * cus-start.el (all): Add use-file-dialog. | ||
| 4 | |||
| 1 | 2003-11-27 Kim F. Storm <storm@cua.dk> | 5 | 2003-11-27 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * subr.el (posn-object-x-y): New defun. | 7 | * subr.el (posn-object-x-y): New defun. |
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 @@ | |||
| 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" |