* lisp/htmlfontify.el (hfy-fontify-buffer): Inhibit read only to
enable the function to work with text that comes from buffers that
put read-only text properties on things (bug#35025).
Copyright-paperwork-exempt: yes
SRCDIR, if set, is the directory being htmlfontified.
FILE, if set, is the file name."
(if srcdir (setq srcdir (directory-file-name srcdir)))
- (let* ( (html-buffer (hfy-buffer))
+ (let* ( (inhibit-read-only t)
+ (html-buffer (hfy-buffer))
(css-sheet nil)
(css-map nil)
(invis-ranges nil)