* lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 4 Mar 2014 03:18:55 +0000 (22:18 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 4 Mar 2014 03:18:55 +0000 (22:18 -0500)
lisp/ChangeLog
lisp/htmlfontify.el

index a5232e4..3cc1a5d 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
+
 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
 
        * binding.el: Add comment describing why C-d binds to `delete-char'.
index 6501339..1282654 100644 (file)
@@ -1709,7 +1709,7 @@ FILE, if set, is the file name."
     ;; think we only need to relocate the hfy-endl property, as the hfy-linkp
     ;; property has already served its main purpose by this point.
     ;;(message "mapcar over the CSS-MAP")
-    (message "invis-ranges:\n%S" invis-ranges)
+    ;; (message "invis-ranges:\n%S" invis-ranges)
     (dolist (point-face css-map)
       (let ((pt (car point-face))
             (fn (cdr point-face))