projects
/
elisp
/
lsdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea10d2
)
* lsdb.el (lsdb-mode-save): Fix `y-or-n-p' prompt.
author
bg66
<bg66>
Sat, 11 May 2002 02:03:18 +0000
(
02:03
+0000)
committer
bg66
<bg66>
Sat, 11 May 2002 02:03:18 +0000
(
02:03
+0000)
lsdb.el
patch
|
blob
|
history
diff --git
a/lsdb.el
b/lsdb.el
index
5bc7439
..
24f2f67
100644
(file)
--- 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."))))