Mercurial > emacs
diff lisp/ChangeLog @ 106505:7287842d7e07
Drop some properties to avoid surprises.
* htmlfontify.el (hfy-ignored-properties): New defcustom.
(hfy-fontify-buffer): Use it.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 09 Dec 2009 05:56:53 +0000 |
parents | 6cfa584799d3 |
children | c43a4817b264 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 09 02:32:27 2009 +0000 +++ b/lisp/ChangeLog Wed Dec 09 05:56:53 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-09 Vivek Dasmohapatra <vivek@etla.org> + + Drop some properties to avoid surprises. + * htmlfontify.el (hfy-ignored-properties): New defcustom. + (hfy-fontify-buffer): Use it. + 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca> Minor cleanup.