diff options
| author | Dmitry Dzhus | 2009-07-07 17:04:51 +0000 |
|---|---|---|
| committer | Dmitry Dzhus | 2009-07-07 17:04:51 +0000 |
| commit | 28d67a53c593aedadae730262b84366c4bb76b56 (patch) | |
| tree | b07392c4633b693169dbf2d2abaada81c512e9eb /lisp/ChangeLog | |
| parent | 0996385d0a6cdedaed38bd53f5710f278ecef288 (diff) | |
| download | emacs-28d67a53c593aedadae730262b84366c4bb76b56.tar.gz emacs-28d67a53c593aedadae730262b84366c4bb76b56.zip | |
gdb-mi.el: Now using bindat-get-field instead of fadr functions.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec3b9304d37..60dd6ac29a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | unit size used in memory buffer. | 19 | unit size used in memory buffer. |
| 20 | (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch | 20 | (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch |
| 21 | to next/previous page of memory buffer. | 21 | to next/previous page of memory buffer. |
| 22 | Now using (bindat-get-field) instead of fadr functions. | ||
| 22 | 23 | ||
| 23 | 2009-07-07 Sam Steingold <sds@gnu.org> | 24 | 2009-07-07 Sam Steingold <sds@gnu.org> |
| 24 | 25 | ||