diff options
author | Ken Manheimer <ken.manheimer@gmail.com> | 2015-09-19 21:34:36 -0400 |
---|---|---|
committer | Ken Manheimer <ken.manheimer@gmail.com> | 2015-09-19 21:34:36 -0400 |
commit | 89898fcd83db040923a2d454e849bfcc0f463bd4 (patch) | |
tree | e248958258486ded2237ee9212c5cf006aecb9e9 /lisp/ChangeLog.17 | |
parent | df6f6107257cb76d994fff97fc8904a3d1bd3fb4 (diff) | |
download | emacs-89898fcd83db040923a2d454e849bfcc0f463bd4.tar.gz |
Repair pdbtrack so it follows transition from one remote file to another.
* python.el (python-pdbtrack-set-tracked-buffer).
Diffstat (limited to 'lisp/ChangeLog.17')
-rw-r--r-- | lisp/ChangeLog.17 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index a40f8f3d67a..224e2a6da7f 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 @@ -1,3 +1,8 @@ +2015-09-20 Ken Manheimer <ken.manheimer@gmail.com> + + * python.el (python-pdbtrack-set-tracked-buffer): Repair pdbtrack + so it follows transition from one remote file to another. + 2015-04-06 Alan Mackenzie <acm@muc.de> Fix miscellaneous glitches in cc-mode.el. (Bug#20245) |