comparison lisp/ChangeLog @ 109300:454cfd5e9cc0

Add some font-locking for Python 2.7. * lisp/progmodes/python.el (python-font-lock-keywords): Add Python 2.7 builtins (BufferError, BytesWarning, WindowsError; callables bin, bytearray, bytes, format, memoryview, next, print; __package__).
author Glenn Morris <rgm@gnu.org>
date Tue, 06 Jul 2010 21:46:58 -0700
parents 15fa65282ad3
children 60516122d066 3453c9fcaa97
comparison
equal deleted inserted replaced
109299:15fa65282ad3 109300:454cfd5e9cc0
1 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
2
3 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4 builtins (BufferError, BytesWarning, WindowsError; callables
5 bin, bytearray, bytes, format, memoryview, next, print; __package__).
6
1 2010-07-07 Glenn Morris <rgm@gnu.org> 7 2010-07-07 Glenn Morris <rgm@gnu.org>
2 8
3 * play/zone.el (zone-fall-through-ws): Fix next-line -> 9 * play/zone.el (zone-fall-through-ws): Fix next-line ->
4 forward-line fallout. 10 forward-line fallout.
5 11