diff options
| author | Joakim Verona | 2011-07-20 18:46:43 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-20 18:46:43 +0200 |
| commit | 9c4f13500786571d004d4530e2ffd84c5457d61c (patch) | |
| tree | 7c978208d3ba8ac0dc9fd22d1d3c39a69e74f28d /src/lisp.h | |
| parent | 7cdff38f2f77f7c1c8ec2bfb3b268ccdce6ff218 (diff) | |
| download | emacs-9c4f13500786571d004d4530e2ffd84c5457d61c.tar.gz emacs-9c4f13500786571d004d4530e2ffd84c5457d61c.zip | |
cleanups
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 30afc6e484b..623dfabec99 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -389,7 +389,7 @@ enum pvec_type | |||
| 389 | PVEC_FONT = 0x200000, | 389 | PVEC_FONT = 0x200000, |
| 390 | PVEC_OTHER = 0x400000, | 390 | PVEC_OTHER = 0x400000, |
| 391 | PVEC_XWIDGET = 0x800000, | 391 | PVEC_XWIDGET = 0x800000, |
| 392 | PVEC_XWIDGET_VIEW = 0x1000000, | 392 | PVEC_XWIDGET_VIEW = 0x1000000, |
| 393 | PVEC_TYPE_MASK = 0x3fffe00 | 393 | PVEC_TYPE_MASK = 0x3fffe00 |
| 394 | 394 | ||
| 395 | #if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to | 395 | #if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to |