2000-11-22 Miles Bader <miles@gnu.org>
+ * textmodes/refill.el (refill-adjust-ignorable-overlay)
+ (refill-fill-paragraph-at): Remove debugging code.
+
* calendar/calendar.el (generate-calendar-window): When we don't
call `fit-window-to-buffer', make sure the top line is fully visible.
(defun refill-adjust-ignorable-overlay (overlay afterp beg end &optional len)
"Adjust OVERLAY to not include the about-to-be-modified region."
(when (not afterp)
- (message "adjust: %s-%s" beg end)
(save-excursion
(goto-char beg)
(forward-line -1)
fill-prefix))
;; Turn off adaptive-fill-mode temporarily
(adaptive-fill-mode nil))
- (message "refill-at %s: %s-%s" pos oend end)
(save-restriction
(if use-hard-newlines
(fill-region oend end arg)