From 62528af05e286b65e1e142e45d9bc9557b11f916 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 3 Mar 2014 22:18:55 -0500 Subject: [PATCH] * lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message. --- lisp/ChangeLog | 4 ++++ lisp/htmlfontify.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5232e431ee..3cc1a5d4d00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-03-04 Stefan Monnier + + * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message. + 2014-03-04 Michal Nazarewicz * binding.el: Add comment describing why C-d binds to `delete-char'. diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 6501339c4ad..1282654899f 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -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)) -- 2.39.2