comparison lisp/international/kinsoku.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 67b464da13ec
children 28bd29f9f91c d7ddb3e565de
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
158 in one place, and is used for the text processing described above in 158 in one place, and is used for the text processing described above in
159 the context of text formatting." 159 the context of text formatting."
160 (if enable-kinsoku 160 (if enable-kinsoku
161 (if (or (and 161 (if (or (and
162 ;; The character after point can't be placed at beginning 162 ;; The character after point can't be placed at beginning
163 ;; of line. 163 ;; of line.
164 (aref (char-category-set (following-char)) ?>) 164 (aref (char-category-set (following-char)) ?>)
165 ;; We at first try to dissolve this situation by making a 165 ;; We at first try to dissolve this situation by making a
166 ;; line longer. If it fails, then try making a line 166 ;; line longer. If it fails, then try making a line
167 ;; shorter. 167 ;; shorter.
168 (not (kinsoku-longer))) 168 (not (kinsoku-longer)))