* lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.

This commit is contained in:
Stefan Monnier 2014-03-03 22:18:55 -05:00
parent 5b87d0d9cd
commit 62528af05e
2 changed files with 5 additions and 1 deletions

View 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'.

View 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))