]> git.eshelyaron.com Git - emacs.git/commit
Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.
authorPierre Téchoueyres <pierre.techoueyres@free.fr>
Sun, 14 Oct 2018 15:49:12 +0000 (17:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2018 09:36:00 +0000 (12:36 +0300)
commit106b9e138fff3a68cbfa09422441af74cdd0355a
tree1c2bac3090c06e574e002394b0d4faad3a38aa9d
parent2a416161b2dd33018a01511ac475e8ede4555ed8
Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.

* lisp/epg.el (epg--start): Use 'raw-text' for coding system instead
of 'binary', in order to avoid spurious carriage return on Microsoft
Windows and MS-DOS when prompting for a password.  (Bug#33040)
lisp/epg.el