# HG changeset patch # User Daiki Ueno # Date 1212384386 0 # Node ID e21a3997eb7c7d1ad8f6923c64f7db7ccbb77612 # Parent 57f3dde2b9be503dc71239f1e411aa9ccf05ae20 Simplify the last change. diff -r 57f3dde2b9be -r e21a3997eb7c lisp/epa-file.el --- 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