diff options
| author | Jan D | 2010-05-16 20:49:26 +0200 |
|---|---|---|
| committer | Jan D | 2010-05-16 20:49:26 +0200 |
| commit | df68b7080ffc59c18f3289a3d4eb157f7c111454 (patch) | |
| tree | 49e8c75ac59e77613bd18826319d2f65b8bd2ce0 /src/lisp.h | |
| parent | a2b9f1182d6159061079fa0b480ec9ff81cc95f1 (diff) | |
| download | emacs-gtk-tabs.tar.gz emacs-gtk-tabs.zip | |
Tab keys are symbols.gtk-tabs
Tab switch is in elisp.
Save/restore point in tabs also.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 7f5d5df66c6..b7920a74c76 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2636,6 +2636,9 @@ extern int pos_visible_p P_ ((struct window *, int, int *, | |||
| 2636 | /* Defined in xsettings.c */ | 2636 | /* Defined in xsettings.c */ |
| 2637 | extern void syms_of_xsettings P_ ((void)); | 2637 | extern void syms_of_xsettings P_ ((void)); |
| 2638 | 2638 | ||
| 2639 | /* Defined in gtkutil.c */ | ||
| 2640 | extern void syms_of_gtkutil P_ ((void)); | ||
| 2641 | |||
| 2639 | /* Defined in vm-limit.c. */ | 2642 | /* Defined in vm-limit.c. */ |
| 2640 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); | 2643 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); |
| 2641 | 2644 | ||