aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-start.el1
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 @@
12003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * cus-start.el (all): Add use-file-dialog.
4
12003-11-27 Kim F. Storm <storm@cua.dk> 52003-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"