(kinsoku): Check the variable enable-kinsoku.

This commit is contained in:
Kenichi Handa 1998-10-19 00:40:10 +00:00
parent 22c47bc5ff
commit 11e60d924c

View file

@ -157,6 +157,7 @@ shorter.
`Kinsoku' is a Japanese word which originally means ordering to stay
in one place, and is used for the text processing described above in
the context of text formatting."
(if enable-kinsoku
(if (or (and
;; The character after point can't be placed at beginning
;; of line.
@ -167,6 +168,6 @@ the context of text formatting."
(not (kinsoku-longer)))
;; The character before point can't be placed at end of line.
(aref (char-category-set (preceding-char)) ?<))
(kinsoku-shorter linebeg)))
(kinsoku-shorter linebeg))))
;; kinsoku.el ends here