diff options
| author | Eli Zaretskii | 2012-08-07 19:53:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-08-07 19:53:38 +0300 |
| commit | 26d16b356c4a226d1ba27b15f1fa8a637aa8e44d (patch) | |
| tree | b0566d14c0cf484cf9ba82e2d79336842cea09d4 /src/ChangeLog | |
| parent | 651eaf36f227ac6067263fe1fb9a7c56984a9b6d (diff) | |
| download | emacs-26d16b356c4a226d1ba27b15f1fa8a637aa8e44d.tar.gz emacs-26d16b356c4a226d1ba27b15f1fa8a637aa8e44d.zip | |
Fix .gdbinit to match changes with INTERNAL_FIELD.
src/.gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist): Rename
fields to match removal of FGET and WGET and disuse of
INTERNAL_FIELD in Lisp_Cons.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 61eae166704..016d2561cde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit (xframe, xwindow, nextcons, xcar, xcdr, xlist): Rename | ||
| 4 | fields to match removal of FGET and WGET and disuse of | ||
| 5 | INTERNAL_FIELD in Lisp_Cons. | ||
| 6 | |||
| 1 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | 9 | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. |