Mercurial > emacs
comparison lisp/ChangeLog @ 77663:32334cd7302e
(python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 08 May 2007 01:35:26 +0000 |
parents | 7886ac713748 |
children | 8d4caf39c19f ca9519bf5703 |
comparison
equal
deleted
inserted
replaced
77662:5d52aaf30988 | 77663:32334cd7302e |
---|---|
1 2007-05-08 David Reitter <david.reitter@gmail.com> | |
2 | |
3 * progmodes/python.el (python-guess-indent): Check non-nullness | |
4 before comparing indent against the 2..8 interval. | |
5 | |
1 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 7 |
3 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is | 8 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is |
4 available. | 9 available. |
5 | 10 |
25 | 30 |
26 * find-dired.el (find-dired-filter): Propertize all text down to eob. | 31 * find-dired.el (find-dired-filter): Propertize all text down to eob. |
27 | 32 |
28 2007-04-29 Davis Herring <herring@lanl.gov> | 33 2007-04-29 Davis Herring <herring@lanl.gov> |
29 | 34 |
30 * calendar/timeclock.el (timeclock-in): Fix non-interactive | 35 * calendar/timeclock.el (timeclock-in): Fix non-interactive |
31 workday specifications. | 36 workday specifications. |
32 (timeclock-log): Don't kill the log buffer if it already existed. | 37 (timeclock-log): Don't kill the log buffer if it already existed. |
33 | 38 |
34 2007-04-29 Richard Stallman <rms@gnu.org> | 39 2007-04-29 Richard Stallman <rms@gnu.org> |
35 | 40 |
36 * international/mule.el (auto-coding-alist): Add pdf => no-conversion. | 41 * international/mule.el (auto-coding-alist): Add pdf => no-conversion. |
37 | 42 |