1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(refill-adjust-ignorable-overlay, refill-fill-paragraph-at):

Remove debugging code.
This commit is contained in:
Miles Bader 2000-11-22 11:34:05 +00:00
parent e43cfb397b
commit d9fdcdb568
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,8 @@
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.

View file

@ -64,7 +64,6 @@ This is used to optimize refilling.")
(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)
@ -99,7 +98,6 @@ This is used to optimize refilling.")
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)