diff options
| author | Dmitry Antipov | 2012-08-17 18:24:43 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-17 18:24:43 +0400 |
| commit | a04e2c62ec8ce903310b7c7635c43f42ccab5e2f (patch) | |
| tree | 79da6e7e7455731a813eb601a158057c66bdcee6 /src/ChangeLog | |
| parent | 8223e9280fa69afeeae1a8b51735cbb8393f2e8d (diff) | |
| download | emacs-a04e2c62ec8ce903310b7c7635c43f42ccab5e2f.tar.gz emacs-a04e2c62ec8ce903310b7c7635c43f42ccab5e2f.zip | |
Functions to get and set Lisp_Object fields of buffer-local variables.
* lisp.h (blv_found, set_blv_found, blv_value, set_blv_value)
(set_blv_where, set_blv_defcell, set_blv_valcell): New functions.
(BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove.
* data.c, eval.c, frame.c: Adjust users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 72a11c177c4..9ceaa95dcea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-08-17 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Functions to get and set Lisp_Object fields of buffer-local variables. | ||
| 4 | * lisp.h (blv_found, set_blv_found, blv_value, set_blv_value) | ||
| 5 | (set_blv_where, set_blv_defcell, set_blv_valcell): New functions. | ||
| 6 | (BLV_FOUND, SET_BLV_FOUND, BLV_VALUE, SET_BLV_VALUE): Remove. | ||
| 7 | * data.c, eval.c, frame.c: Adjust users. | ||
| 8 | |||
| 1 | 2012-08-17 Chong Yidong <cyd@gnu.org> | 9 | 2012-08-17 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * xfaces.c (merge_face_vectors): If the target font specfies a | 11 | * xfaces.c (merge_face_vectors): If the target font specfies a |