Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqbal Ansari committed Sep 28, 2016
2 parents e72019a + 0fc0fe1 commit 4eccfc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emojify.el
Original file line number Diff line number Diff line change
Expand Up @@ -1357,9 +1357,9 @@ run the command `emojify-download-emoji'")))
buffer changes back to multibyte encoding."
(ignore-errors
(if enable-multibyte-characters
(emojify-mode -1)
(when global-emojify-mode
(emojify-mode +1)))))
(when global-emojify-mode
(emojify-mode +1))
(emojify-mode -1))))

(ad-activate #'set-buffer-multibyte)

Expand Down

0 comments on commit 4eccfc7

Please sign in to comment.