]> code.delx.au - gnu-emacs/commitdiff
(refill-adjust-ignorable-overlay, refill-fill-paragraph-at):
authorMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 11:34:05 +0000 (11:34 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 11:34:05 +0000 (11:34 +0000)
  Remove debugging code.

lisp/ChangeLog
lisp/textmodes/refill.el

index 124647122c3ab1ac002f83aaf81381c20f463b78..e07a418c0dbed9e5d3ca2db303ae9aaffc1ebd68 100644 (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.
 
index 0e15d38ccea8d3ae913bd1db71b9a1fbfeebae14..43842744673ce8e1936f774c89ff4524cab7034b 100644 (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)