Skip to content

Commit

Permalink
Fix single-face text being unstyled
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Feb 17, 2021
1 parent c5c83ef commit 59bfd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engrave-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ output.")
((null prop) 'default)
((and (listp prop)
(eq (car prop) 'quote)) (eval prop))
((listp prop) prop)))
(t prop)))
text)
engraved-buf))
(goto-char next-change)))
Expand Down

0 comments on commit 59bfd13

Please sign in to comment.