erbot-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erbot-cvs] Changes to erbot/erbbdb.el


From: D . Goel
Subject: [Erbot-cvs] Changes to erbot/erbbdb.el
Date: Fri, 02 Sep 2005 15:25:00 -0400

Index: erbot/erbbdb.el
diff -u erbot/erbbdb.el:1.7 erbot/erbbdb.el:1.8
--- erbot/erbbdb.el:1.7 Fri Aug 12 00:36:17 2005
+++ erbot/erbbdb.el     Fri Sep  2 19:24:59 2005
@@ -1,5 +1,5 @@
 ;;; erbbdb.el --- 
-;; Time-stamp: <2005-08-11 20:31:33 deego>
+;; Time-stamp: <2005-09-02 14:47:53 deego>
 ;; Copyright (C) 2002 D. Goel
 ;; Emacs Lisp Archive entry
 ;; Filename: erbbdb.el
@@ -191,7 +191,7 @@
     ;; should almost always be the case.. except when nil..
     (if (stringp oldnotes)
        (setq oldnotes 
-             (ignore-errors (read oldnotes))))
+             (ignore-errors (erbn-read oldnotes))))
     (setq newnotes (format "%S" (append oldnotes (list note))))
     (erbbdb-remove-not-really name)
     (erbbdb-change name newnotes)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]