emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116648: * lisp/htmlfontify.el (hfy-fontify-buffer):


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r116648: * lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
Date: Tue, 04 Mar 2014 03:19:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116648
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2014-03-03 22:18:55 -0500
message:
  * lisp/htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/htmlfontify.el            
htmlfontify.el-20091119213711-g4mo9tswbas14kj6-2
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-04 03:14:11 +0000
+++ b/lisp/ChangeLog    2014-03-04 03:18:55 +0000
@@ -1,3 +1,7 @@
+2014-03-04  Stefan Monnier  <address@hidden>
+
+       * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
+
 2014-03-04  Michal Nazarewicz  <address@hidden>
 
        * binding.el: Add comment describing why C-d binds to `delete-char'.

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2014-01-25 19:15:42 +0000
+++ b/lisp/htmlfontify.el       2014-03-04 03:18:55 +0000
@@ -1709,7 +1709,7 @@
     ;; 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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]