;; Break the line at word boundary.
(skip-chars-backward " \t")
;; Break the line after/before \c|.
- (forward-char 1)
- (if (and enable-kinsoku enable-multibyte-characters)
- (kinsoku (save-excursion
- (forward-line 0) (point)))))))
- ;; Let fill-point be set to the place where we end up.
+ (forward-char 1))))
+ (if (and enable-kinsoku enable-multibyte-characters)
+ (kinsoku (save-excursion
+ (forward-line 0) (point)))))))
+ ;; Let fill-point be set to the place where we end up.
(point)))))
;; If that place is not the beginning of the line,
;; break the line there.