aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c
diff options
context:
space:
mode:
authorMichael Albinus2015-04-29 11:18:25 +0200
committerMichael Albinus2015-04-29 11:18:25 +0200
commit13cf735fb1c4685c0b4e7a7f8554d2064dc70073 (patch)
tree1d2ec670cf3a02a313fd415a196466e1f82686d7 /src/category.c
parent7fbdb57f801159618f761b8dd510516575b6c5b2 (diff)
parent3c0ea587daf8b17960b90603a70e3ac4057d883d (diff)
downloademacs-13cf735fb1c4685c0b4e7a7f8554d2064dc70073.tar.gz
emacs-13cf735fb1c4685c0b4e7a7f8554d2064dc70073.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c
index b20493e5949..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/>. */
41static void 41static void
42bset_category_table (struct buffer *b, Lisp_Object val) 42bset_category_table (struct buffer *b, Lisp_Object val)
43{ 43{
44 b->INTERNAL_FIELD (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