Skip to content

Commit

Permalink
Fix for highlighting bug when identica-oldest-first is t
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsaldana committed Feb 4, 2013
1 parent d673341 commit 2816345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions identica-mode.el
Expand Up @@ -1029,8 +1029,7 @@ we are interested in."
(let ((bg (face-attribute new-face attribute))
(prop (get-text-property start 'face))
(next-change
(or (next-single-property-change start 'face (current-buffer))
end)))
(next-single-property-change start 'face (current-buffer) end)))
(if prop
(add-text-properties start next-change
(list 'face
Expand Down

0 comments on commit 2816345

Please sign in to comment.