comparison lisp/ChangeLog @ 109614:e20f769083f9

* lisp/textmodes/fill.el (justify-current-line): Don't add 1 to nspaces when justifying. It seems useless and harmful for ncols=1.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Aug 2010 12:25:27 +0200
parents faf7d069c517
children 87a4d6ee5443
comparison
equal deleted inserted replaced
109613:faf7d069c517 109614:e20f769083f9
1 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca> 1 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
4 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
2 5
3 * emacs-lisp/timer.el (timer-event-handler): Protect against timers 6 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
4 that change current buffer. 7 that change current buffer.
5 8
6 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 9 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>