diff options
Diffstat (limited to 'src/category.c')
| -rw-r--r-- | src/category.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c index 1bf9366c6d6..ab90f5ff093 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 41 | static void | 41 | static void |
| 42 | bset_category_table (struct buffer *b, Lisp_Object val) | 42 | bset_category_table (struct buffer *b, Lisp_Object val) |
| 43 | { | 43 | { |
| 44 | b->category_table = val; | 44 | b->category_table_ = val; |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | /* The version number of the latest category table. Each category | 47 | /* The version number of the latest category table. Each category |