diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/point.h | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'src/point.h')
| -rw-r--r-- | src/point.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/point.h b/src/point.h index 0156e1baed2..7bae693f2d4 100644 --- a/src/point.h +++ b/src/point.h | |||
| @@ -3,6 +3,3 @@ | |||
| 3 | static char point_bits[] = { | 3 | static char point_bits[] = { |
| 4 | 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 4 | 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
| 5 | 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; | 5 | 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; |
| 6 | |||
| 7 | /* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572 | ||
| 8 | (do not change this comment) */ | ||