From: tsuchiya Date: Wed, 2 Oct 2002 03:31:57 +0000 (+0000) Subject: (lsdb-mode-delete-record): Fix the last change. X-Git-Tag: lsdb-0_10~2 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Flsdb.git;a=commitdiff_plain;h=274bc828007cfee1e0384b087ca4ea36d0ec3e1c (lsdb-mode-delete-record): Fix the last change. --- diff --git a/lsdb.el b/lsdb.el index 3f454d4..303fdda 100644 --- a/lsdb.el +++ b/lsdb.el @@ -1109,7 +1109,7 @@ Modify whole identification by side effect." (when (and entry (or (not lsdb-verbose) (y-or-n-p - (format "Do you really want to delete entry `%s' of `%s'?" + (format "Do you really want to delete entry `%s' of `%s'? " entry-name (car record))))) (lsdb-delete-entry record entry) (lsdb-mode-delete-entry-1 entry)))) @@ -1122,7 +1122,7 @@ Modify whole identification by side effect." (error "%s" "There is nothing to follow here")) (when (or (not lsdb-verbose) (yes-or-no-p - (format "Do you really want to delete entire record of %s? " + (format "Do you really want to delete entire record of `%s'? " (car record)))) (lsdb-delete-record record) (save-restriction