]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 a5232e431ee614618122a5eb05ac0f9cc1df770f..3cc1a5d4d00dd1ef38b9941a01d68b502f179b3b 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 6501339c4add5f1611ff8bc2ba18851a1c355fe6..1282654899ff335813e15d4b76b9a43ede4b62d9 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))