Skip to content

Commit

Permalink
Update twittering-mode.el
Browse files Browse the repository at this point in the history
`(epa--decode-coding-string` changed to `(decode-coding-string` as per hayamiz#154
  • Loading branch information
anoduck authored Nov 29, 2022
1 parent 114891e commit bb88d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -3910,7 +3910,7 @@ This function requires `epa' or `alpaca' library."
nil))
(when decrypted-result
(setq decrypted-result
(epa--decode-coding-string
(decode-coding-string
decrypted-result
(or coding-system-for-read 'undecided))))
(if (epg-context-result-for context 'verify)
Expand Down

0 comments on commit bb88d1f

Please sign in to comment.