diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /src/chartab.c | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'src/chartab.c')
| -rw-r--r-- | src/chartab.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/chartab.c b/src/chartab.c index fddd8a3d406..cd8aa784eb4 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* chartab.c -- char-table support | 1 | /* chartab.c -- char-table support |
| 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 2 | Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 3 | National Institute of Advanced Industrial Science and Technology (AIST) | 3 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | Registration Number H13PRO009 | 4 | Registration Number H13PRO009 |
| 5 | 5 | ||
| @@ -168,7 +168,7 @@ copy_char_table (Lisp_Object table) | |||
| 168 | return copy; | 168 | return copy; |
| 169 | } | 169 | } |
| 170 | 170 | ||
| 171 | Lisp_Object | 171 | static Lisp_Object |
| 172 | sub_char_table_ref (Lisp_Object table, int c) | 172 | sub_char_table_ref (Lisp_Object table, int c) |
| 173 | { | 173 | { |
| 174 | struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); | 174 | struct Lisp_Sub_Char_Table *tbl = XSUB_CHAR_TABLE (table); |
| @@ -1013,5 +1013,3 @@ syms_of_chartab (void) | |||
| 1013 | defsubr (&Smap_char_table); | 1013 | defsubr (&Smap_char_table); |
| 1014 | } | 1014 | } |
| 1015 | 1015 | ||
| 1016 | /* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda | ||
| 1017 | (do not change this comment) */ | ||