From: Stefan Monnier Date: Tue, 4 Mar 2014 03:18:55 +0000 (-0500) Subject: * lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message. X-Git-Tag: emacs-24.3.90~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62528af05e286b65e1e142e45d9bc9557b11f916;p=emacs.git * lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message. --- 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))