diff options
| author | Stefan Monnier | 2011-11-09 10:00:32 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-09 10:00:32 -0500 |
| commit | 90132c14854a1b92cc2141ea2a863bc0cbdcfcff (patch) | |
| tree | 3fe92c69916f964cf862a5325b83800c24b50551 /lisp/ChangeLog | |
| parent | d2ad7ee1adefbfcb7b437ca3551de6d9cb405063 (diff) | |
| download | emacs-90132c14854a1b92cc2141ea2a863bc0cbdcfcff.tar.gz emacs-90132c14854a1b92cc2141ea2a863bc0cbdcfcff.zip | |
* lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.
Fixes: debbugs:2703
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c71cef7cdf9..83a27336855 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/python.el (python-beginning-of-statement): | ||
| 4 | Rewrite (bug#2703). | ||
| 5 | |||
| 3 | * progmodes/compile.el: Better handle TABs (bug#9749). | 6 | * progmodes/compile.el: Better handle TABs (bug#9749). |
| 4 | (compilation-internal-error-properties) | 7 | (compilation-internal-error-properties) |
| 5 | (compilation-next-error-function): Obey the target buffer's | 8 | (compilation-next-error-function): Obey the target buffer's |