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:
parent
e43cfb397b
commit
d9fdcdb568
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue