projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f09bc0d
)
* bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of `bbdb-save-db'.
author
teranisi
<teranisi>
Tue, 11 Sep 2001 10:42:52 +0000
(10:42 +0000)
committer
teranisi
<teranisi>
Tue, 11 Sep 2001 10:42:52 +0000
(10:42 +0000)
utils/ChangeLog
patch
|
blob
|
history
utils/bbdb-wl.el
patch
|
blob
|
history
diff --git
a/utils/ChangeLog
b/utils/ChangeLog
index
e69de29
..
cb996fe
100644
(file)
--- a/
utils/ChangeLog
+++ b/
utils/ChangeLog
@@
-0,0
+1,5
@@
+2001-09-11 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * bbdb-wl.el (bbdb-wl-exit): Use `bbdb-offer-save' instead of
+ `bbdb-save-db'.
+
diff --git
a/utils/bbdb-wl.el
b/utils/bbdb-wl.el
index
b6f0c7d
..
0bfc457
100644
(file)
--- a/
utils/bbdb-wl.el
+++ b/
utils/bbdb-wl.el
@@
-61,7
+61,7
@@
(let (bbdb-buf)
(if (setq bbdb-buf (get-buffer bbdb-buffer-name))
(kill-buffer bbdb-buf)))
- (bbdb-save-db t))
+ (bbdb-offer-save))
(defun bbdb-wl-get-update-record ()
(if (or (null bbdb-wl-folder-regexp)