From 6abbdd24801c145f4a052db23f36144f718a01b9 Mon Sep 17 00:00:00 2001 From: hmurata Date: Sat, 6 Jan 2007 01:14:24 +0000 Subject: [PATCH] * epa.el (epa-select-keys): Fix the last change. --- epa.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epa.el b/epa.el index 6f38d70..5e3cd1c 100644 --- a/epa.el +++ b/epa.el @@ -432,9 +432,9 @@ If SECRET is non-nil, list secret keys instead of public keys." buffer-read-only) (erase-buffer) (insert prompt "\n" - (substitute-command-keys - "- `\\[epa-mark]' to mark a key on the line\n" - "- `\\[epa-unmark]' to unmark a key on the line\n")) + (substitute-command-keys "\ +- `\\[epa-mark]' to mark a key on the line +- `\\[epa-unmark]' to unmark a key on the line\n")) (widget-create 'link :notify (lambda (&rest ignore) (abort-recursive-edit)) :help-echo -- 1.7.10.4