erbot-cvs
[Top][All Lists]
Advanced

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

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


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

Index: erbot/erblisp.el
diff -u erbot/erblisp.el:1.11 erbot/erblisp.el:1.12
--- erbot/erblisp.el:1.11       Fri Aug 12 00:36:17 2005
+++ erbot/erblisp.el    Fri Sep  2 19:24:59 2005
@@ -1,5 +1,5 @@
 ;;; erblisp.el --- 
-;; Time-stamp: <2005-08-11 20:33:12 deego>
+;; Time-stamp: <2005-09-02 14:18:07 deego>
 ;; Copyright (C) 2002 D. Goel
 ;; Emacs Lisp Archive entry
 ;; Filename: erblisp.el
@@ -52,7 +52,7 @@
 This command sandboxes the message and then processes it.."
 
   (if (stringp msg)
-      (setq msg (read msg)))
+      (setq msg (erbn-read msg)))
   (format "%s" (eval (erblisp-sandbox-fuzzy msg))))
 
 (defun erblisp-sandbox-quoted-maybe (expr)




reply via email to

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