diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 02 11:00:46 2010 +0200
+++ b/lisp/ChangeLog	Mon Aug 02 12:25:27 2010 +0200
@@ -1,5 +1,8 @@
 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
+	when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
+
 	* emacs-lisp/timer.el (timer-event-handler): Protect against timers
 	that change current buffer.