diff options
| author | Stefan Monnier | 2010-11-08 13:56:10 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-11-08 13:56:10 -0500 |
| commit | 73525e726cd917645950e185cbabafda00bc0635 (patch) | |
| tree | a1d9a980325462459c536250333fdaf580f2e921 /lisp/ChangeLog | |
| parent | 05539fb32aabb9bf531b70b0ea549314e2446370 (diff) | |
| download | emacs-73525e726cd917645950e185cbabafda00bc0635.tar.gz emacs-73525e726cd917645950e185cbabafda00bc0635.zip | |
* lisp/progmodes/python.el (python-font-lock-syntactic-keywords):
Fix handling of backslash escapes.
(python-quote-syntax): Adjust accordingly.
Fixes: debbugs:7322
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45066263c5e..0a38a9a6c9f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322) | ||
| 4 | Fix handling of backslash escapes. | ||
| 5 | (python-quote-syntax): Adjust accordingly. | ||
| 6 | |||
| 1 | 2010-11-08 Richard Levitte <richard@levitte.org> (tiny patch) | 7 | 2010-11-08 Richard Levitte <richard@levitte.org> (tiny patch) |
| 2 | 8 | ||
| 3 | * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status) | 9 | * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status) |