summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/cus-start.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 532c066e289..7d198b53aa5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2004-11-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
+ * cus-start.el (all): Added x-use-old-gtk-file-dialog.
+
* mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
and x-server-version may throw.
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index e764a70c9a2..12ffd93fefd 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -272,6 +272,7 @@
;; xfns.c
(x-bitmap-file-path installation
(repeat (directory :format "%v")))
+ (x-use-old-gtk-file-dialog menu boolean "21.4")
;; xterm.c
(mouse-autoselect-window display boolean "21.3")
(x-use-underline-position-properties display boolean "21.3")