Mercurial > emacs
changeset 95478:e21a3997eb7c
Simplify the last change.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Mon, 02 Jun 2008 05:26:26 +0000 |
parents | 57f3dde2b9be |
children | 9588c3703f38 |
files | lisp/epa-file.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/epa-file.el Mon Jun 02 05:09:36 2008 +0000 +++ b/lisp/epa-file.el Mon Jun 02 05:26:26 2008 +0000 @@ -183,8 +183,8 @@ (if (stringp start) (epa-file--encode-coding-string start coding-system) (unless start - (setq start (point-min)) - (setq end (point-max))) + (setq start (point-min) + end (point-max))) (epa-file--encode-coding-string (buffer-substring start end) coding-system)) (if (or epa-file-select-keys