diff options
Diffstat (limited to 'lisp/epa-file.el')
-rw-r--r-- | lisp/epa-file.el | 4 |
1 files 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 |