erbot-cvs
[Top][All Lists]
Advanced

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

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


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

Index: erbot/erbtrain.el
diff -u erbot/erbtrain.el:1.17 erbot/erbtrain.el:1.18
--- erbot/erbtrain.el:1.17      Fri Aug 12 00:36:17 2005
+++ erbot/erbtrain.el   Fri Sep  2 19:24:59 2005
@@ -1,5 +1,5 @@
 ;;; erbtrain.el --- Train erbot (erbot).. 
-;; Time-stamp: <2005-08-11 20:35:09 deego>
+;; Time-stamp: <2005-09-02 14:18:06 deego>
 ;; Copyright (C) 2002 D. Goel
 ;; Emacs Lisp Archive entry
 ;; Filename: erbtrain.el
@@ -133,7 +133,7 @@
   (let* ((strlisp1 (ignore-errors (fs-parse str)))
         (strlisp (ignore-errors 
                   (if (stringp strlisp1)
-                      (read strlisp1) nil)))
+                      (erbn-read strlisp1) nil)))
         (result (ignore-errors (fs-eval strlisp))))
     (erbtrain-local-log str strlisp result)))
 
@@ -144,7 +144,7 @@
     (insert "\n")
     (let ((msg (concat str "\n" "=> " (format "%S" expr) "\n" "==> " 
                       (format "%S" result) "\n\n")))
-      (message (format "%s" msg))
+      (message "%s" msg)
       (insert msg))))
 
     




reply via email to

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