diff options
| author | Leo Liu | 2012-04-26 00:46:01 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-04-26 00:46:01 +0800 |
| commit | 784e7d6eebb4ac47d1f7b4e724b7aa843bc02f81 (patch) | |
| tree | 497df3b8e2f213ce358a4aab7ae337359a976652 /lisp/ChangeLog | |
| parent | daf75653c2f1301332eb6c8af830050794ae0877 (diff) | |
| download | emacs-784e7d6eebb4ac47d1f7b4e724b7aa843bc02f81.tar.gz emacs-784e7d6eebb4ac47d1f7b4e724b7aa843bc02f81.zip | |
* lisp/progmodes/python.el (python-pdbtrack-get-source-buffer): Use
compilation-message if available to find real filename.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 81313efc69b..55df33b4d30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-25 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-pdbtrack-get-source-buffer): Use | ||
| 4 | compilation-message if available to find real filename. | ||
| 5 | |||
| 1 | 2012-04-25 Chong Yidong <cyd@gnu.org> | 6 | 2012-04-25 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * vc/diff-mode.el (diff-setup-whitespace): New function. | 8 | * vc/diff-mode.el (diff-setup-whitespace): New function. |