From: Daiki Ueno Date: Mon, 2 Jun 2008 05:26:26 +0000 (+0000) Subject: Simplify the last change. X-Git-Tag: emacs-pretest-23.0.90~5161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=437eedba09d67a807d2547886bd3e8fae81138a3;p=emacs.git Simplify the last change. --- 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