From: ueno Date: Tue, 30 Apr 2002 04:15:13 +0000 (+0000) Subject: Fix the last change. X-Git-Tag: lsdb-0_4~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=35237389fb5dd9063e4b62661ceb074921a9406b;p=elisp%2Flsdb.git Fix the last change. --- diff --git a/bbdb-to-lsdb.el b/bbdb-to-lsdb.el index 12a89cb..fd72dc3 100644 --- a/bbdb-to-lsdb.el +++ b/bbdb-to-lsdb.el @@ -47,7 +47,7 @@ (list (cons 'aka value))) (if (setq value (bbdb-record-company (car bbdb-records))) (list (cons 'company value))) - (bbdb-record-notes (car bbdb-records))))) + (bbdb-record-raw-notes (car bbdb-records))))) (setq bbdb-records (cdr bbdb-records))) (lsdb-mode-save t))