diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-03-03 22:18:55 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-03-03 22:18:55 -0500 |
commit | 62528af05e286b65e1e142e45d9bc9557b11f916 (patch) | |
tree | d34d96b9f792403beb7d319c8955fb55861b8a38 /lisp/htmlfontify.el | |
parent | 5b87d0d9cd65911aca0b99a44bc5f79c44938753 (diff) | |
download | emacs-62528af05e286b65e1e142e45d9bc9557b11f916.tar.gz |
* lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |