diff options
| -rw-r--r-- | lisp/htmlfontify.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index f37a76cd7b5..c7414a20be8 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -1651,7 +1651,8 @@ The default handler is `hfy-end-span'.") | |||
| 1651 | SRCDIR, if set, is the directory being htmlfontified. | 1651 | SRCDIR, if set, is the directory being htmlfontified. |
| 1652 | FILE, if set, is the file name." | 1652 | FILE, if set, is the file name." |
| 1653 | (if srcdir (setq srcdir (directory-file-name srcdir))) | 1653 | (if srcdir (setq srcdir (directory-file-name srcdir))) |
| 1654 | (let* ( (html-buffer (hfy-buffer)) | 1654 | (let* ( (inhibit-read-only t) |
| 1655 | (html-buffer (hfy-buffer)) | ||
| 1655 | (css-sheet nil) | 1656 | (css-sheet nil) |
| 1656 | (css-map nil) | 1657 | (css-map nil) |
| 1657 | (invis-ranges nil) | 1658 | (invis-ranges nil) |