erbot-cvs
[Top][All Lists]
Advanced

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

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


From: D . Goel
Subject: [Erbot-cvs] Changes to erbot/erbc3.el
Date: Mon, 28 Feb 2005 16:05:46 -0500

Index: erbot/erbc3.el
diff -u erbot/erbc3.el:1.20 erbot/erbc3.el:1.21
--- erbot/erbc3.el:1.20 Wed Feb  9 18:02:21 2005
+++ erbot/erbc3.el      Mon Feb 28 21:05:45 2005
@@ -1,5 +1,5 @@
 ;;; erbc3.el ---erbot lisp stuff which should be PERSISTENT ACROSS SESSIONS.
-;; Time-stamp: <2005-02-09 13:02:06 deego>
+;; Time-stamp: <2005-02-09 13:09:38 deego>
 ;; Copyright (C) 2003 D. Goel
 ;; Emacs Lisp Archive entry
 ;; Filename: erbc3.el
@@ -271,6 +271,10 @@
   
   ;; the given fcn icould be a number or string, in which
    ;; case sandboxing won't touch it, so we need to override that case.
+  (unless 
+      (and (listp body)
+          (> (length body) 1))
+    (error "Function body should have a length of 2 or more"))
   (unless (symbolp fcn)
     (error "Defun symbols only! :P"))
   




reply via email to

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