From 437eedba09d67a807d2547886bd3e8fae81138a3 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 2 Jun 2008 05:26:26 +0000 Subject: [PATCH] Simplify the last change. --- lisp/epa-file.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/epa-file.el b/lisp/epa-file.el index 102e8fd7e49..f621a53e0f1 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el @@ -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 -- 2.39.5