Skip to content

Commit

Permalink
[revert] Order of face application by telega-ins--with-face
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Jan 17, 2024
1 parent 0c5fb62 commit fbf3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telega-core.el
Expand Up @@ -1732,7 +1732,7 @@ Return t."
(,facesym ,face)
(,result (progn ,@body)))
(when ,facesym
(add-face-text-property ,startsym (point) ,facesym))
(add-face-text-property ,startsym (point) ,facesym 'append))
,result)))

(defmacro telega-ins--column (column fill-col &rest body)
Expand Down

0 comments on commit fbf3ea5

Please sign in to comment.