diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-12-29 04:46:59 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-12-29 04:46:59 +0000 |
commit | 01999e9d53e4e8d12314b16ce7d0e3d7785bfbe3 (patch) | |
tree | 53c6b956f0daa867484d1fb1d259dc4b37266bb7 /lisp/cus-start.el | |
parent | e583523a108624f7fd0c28294010b19daae5ab97 (diff) | |
parent | d0b9c14d9fa4f77c952300c50ab35eddf3f45980 (diff) | |
download | emacs-01999e9d53e4e8d12314b16ce7d0e3d7785bfbe3.tar.gz emacs-01999e9d53e4e8d12314b16ce7d0e3d7785bfbe3.tar.bz2 emacs-01999e9d53e4e8d12314b16ce7d0e3d7785bfbe3.zip |
Merged from miles@gnu.org--gnu-2005 (patch 681)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-681
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-469
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 991ff24058a..a851d32d296 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -356,6 +356,7 @@ since it could result in memory overflow and make Emacs crash." (x-bitmap-file-path installation (repeat (directory :format "%v"))) (x-use-old-gtk-file-dialog menu boolean "22.1") + (x-gtk-show-hidden-files menu boolean "22.1") ;; xterm.c (mouse-autoselect-window display boolean "21.3") (x-use-underline-position-properties display boolean "21.3") |