Mercurial > emacs
diff lisp/ChangeLog @ 109166:b70c159d9e1e
Prevent find-file from opening empty buffer when decryptin failed (bug#6568).
* epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
(epa-file-insert-file-contents): Hack to prevent
find-file from opening empty buffer when decryptin failed
(bug#6568).
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Thu, 08 Jul 2010 10:02:24 +0900 |
parents | 2f63c33b2618 |
children | 60516122d066 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 08 00:18:28 2010 +0200 +++ b/lisp/ChangeLog Thu Jul 08 10:02:24 2010 +0900 @@ -1,3 +1,10 @@ +2010-07-08 Daiki Ueno <ueno@unixuser.org> + + * epa-file.el (epa-file-error, epa-file--find-file-not-found-function) + (epa-file-insert-file-contents): Hack to prevent + find-file from opening empty buffer when decryptin failed + (bug#6568). + 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es> * ispell.el (ispell-alternate-dictionary): Use file-readable-p.