diff options
| author | Michael Albinus | 2015-04-29 11:18:25 +0200 |
|---|---|---|
| committer | Michael Albinus | 2015-04-29 11:18:25 +0200 |
| commit | 13cf735fb1c4685c0b4e7a7f8554d2064dc70073 (patch) | |
| tree | 1d2ec670cf3a02a313fd415a196466e1f82686d7 /src/category.c | |
| parent | 7fbdb57f801159618f761b8dd510516575b6c5b2 (diff) | |
| parent | 3c0ea587daf8b17960b90603a70e3ac4057d883d (diff) | |
| download | emacs-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.c | 2 |
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/>. */ | |||
| 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->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 |