diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-05-16 20:49:26 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-05-16 20:49:26 +0200 |
commit | df68b7080ffc59c18f3289a3d4eb157f7c111454 (patch) | |
tree | 49e8c75ac59e77613bd18826319d2f65b8bd2ce0 /src/emacs.c | |
parent | a2b9f1182d6159061079fa0b480ec9ff81cc95f1 (diff) | |
download | emacs-gtk-tabs.tar.gz |
Tab keys are symbols.gtk-tabs
Tab switch is in elisp.
Save/restore point in tabs also.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 400a6b0e594..72680e37615 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1626,6 +1626,9 @@ main (int argc, char **argv) syms_of_xmenu (); syms_of_fontset (); syms_of_xsettings (); +#ifdef USE_GTK + syms_of_gtkutil (); +#endif #ifdef HAVE_X_SM syms_of_xsmfns (); #endif |