diff options
| author | Paul Eggert | 2016-01-30 11:27:34 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-30 11:27:34 -0800 |
| commit | 82b089783e71b2aeef950eaecfe4cbc0735e64a2 (patch) | |
| tree | a826c20768071bda95a69b2632718c1641c6d0cc /src/lisp.h | |
| parent | d27c8078ef766dae3587bc82b70128a70efaa223 (diff) | |
| parent | f7dc6d8b5bb318e02a4016d93f8b34de0716f4dc (diff) | |
| download | emacs-82b089783e71b2aeef950eaecfe4cbc0735e64a2.tar.gz emacs-82b089783e71b2aeef950eaecfe4cbc0735e64a2.zip | |
-
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 02b8078a9fd..8aa034e9e57 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -799,6 +799,12 @@ enum pvec_type | |||
| 799 | PVEC_WINDOW_CONFIGURATION, | 799 | PVEC_WINDOW_CONFIGURATION, |
| 800 | PVEC_SUBR, | 800 | PVEC_SUBR, |
| 801 | PVEC_OTHER, | 801 | PVEC_OTHER, |
| 802 | |||
| 803 | #ifdef HAVE_XWIDGETS | ||
| 804 | PVEC_XWIDGET, | ||
| 805 | PVEC_XWIDGET_VIEW, | ||
| 806 | #endif | ||
| 807 | |||
| 802 | /* These should be last, check internal_equal to see why. */ | 808 | /* These should be last, check internal_equal to see why. */ |
| 803 | PVEC_COMPILED, | 809 | PVEC_COMPILED, |
| 804 | PVEC_CHAR_TABLE, | 810 | PVEC_CHAR_TABLE, |