Simplify the last change.
This commit is contained in:
parent
6843296d5b
commit
437eedba09
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue