summaryrefslogtreecommitdiff
path: root/src/category.c
diff options
context:
space:
mode:
authorOleh Krehel <ohwoeowho@gmail.com>2015-04-23 12:36:22 +0200
committerOleh Krehel <ohwoeowho@gmail.com>2015-04-29 08:53:55 +0200
commitf66b16c3659ed3d58ce700190b22001db77d9bfd (patch)
tree02fb1ccf25cfdf5de20094b8f598cc30fb6b1747 /src/category.c
parent4594f894e60a50e3b5449d762b44a6c69b1bcae6 (diff)
downloademacs-f66b16c3659ed3d58ce700190b22001db77d9bfd.tar.gz
Remove the deprecated INTERNAL_FIELD macro by expanding it
* src/lisp.h (INTERNAL_FIELD): Remove. (DEFVAR_KBOARD): Modify accordingly. * alloc.c, buffer.c, buffer.h, category.c, keyboard.c, keyboard.h: * syntax.c: Adjust users. * src/buffer.c (compact_buffer): Use BVAR.
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/>. */
static void
bset_category_table (struct buffer *b, Lisp_Object val)
{
- b->INTERNAL_FIELD (category_table) = val;
+ b->category_table_ = val;
}
/* The version number of the latest category table. Each category