diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-09-18 16:50:31 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-09-18 16:50:31 +0000 |
commit | c4823934a9e121393e8343544c139570f95e969f (patch) | |
tree | c2166e43a75d6735d5e26d315ba16803b692bba2 /lisp/cus-start.el | |
parent | 159f8da7428e89714741d4e5789c250ad67a7487 (diff) | |
download | emacs-c4823934a9e121393e8343544c139570f95e969f.tar.gz |
* cus-start.el (all): Rename x-gtk-show-chooser-help-text to
x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 52471e979a6..730c83e647f 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -371,9 +371,9 @@ since it could result in memory overflow and make Emacs crash." ;; xfns.c (x-bitmap-file-path installation (repeat (directory :format "%v"))) - (x-use-old-gtk-file-dialog menu boolean "22.1") + (x-gtk-use-old-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-file-dialog-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") |