From 3a24afba91883fdc132610e34b2067488dc3448e Mon Sep 17 00:00:00 2001 From: bg66 Date: Sat, 11 May 2002 02:03:18 +0000 Subject: [PATCH] * lsdb.el (lsdb-mode-save): Fix `y-or-n-p' prompt. --- lsdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsdb.el b/lsdb.el index 5bc7439..24f2f67 100644 --- a/lsdb.el +++ b/lsdb.el @@ -1076,7 +1076,7 @@ the current record." (message "(No changes need to be saved)") (when (or (interactive-p) dont-ask - (y-or-n-p "Save the LSDB now?")) + (y-or-n-p "Save the LSDB now? ")) (lsdb-save-hash-tables) (setq lsdb-hash-tables-are-dirty nil) (message "The LSDB was saved successfully.")))) -- 1.7.10.4