diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-09-16 17:41:59 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-09-16 17:41:59 +0000 |
commit | b1707a95e42352f260c266343f8ec264d343dd71 (patch) | |
tree | 588c307940509e9b272f378e7a7172b5c008d215 /lisp/cus-start.el | |
parent | 241ad3cab7ffbeaf83e724f639750714af60b192 (diff) | |
download | emacs-b1707a95e42352f260c266343f8ec264d343dd71.tar.gz |
* cus-start.el (all): Add x-gtk-show-chooser-help-text.
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 77980d726e5..52471e979a6 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -373,6 +373,7 @@ since it could result in memory overflow and make Emacs crash." (repeat (directory :format "%v"))) (x-use-old-gtk-file-dialog menu boolean "22.1") (x-gtk-show-hidden-files menu boolean "22.1") + (x-gtk-show-chooser-help-text menu boolean "22.1") (x-gtk-whole-detached-tool-bar x boolean "22.1") ;; xterm.c (x-use-underline-position-properties display boolean "22.1") |