/[erbot]/erbot/erbc3.el
ViewVC logotype

Diff of /erbot/erbc3.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by deego, Fri Aug 12 00:36:17 2005 UTC revision 1.28 by mwolson, Wed Nov 9 01:19:45 2005 UTC
# Line 191  With prefix ARG, insert version string i Line 191  With prefix ARG, insert version string i
191                              (cons                              (cons
192                               (first body)                               (first body)
193                               (cons                               (cons
194                                '(sit-for 0)                                `(erblisp-check-args ,@args)
195                                (cdr body))))))                                (cons
196                                   '(sit-for 0)
197                                   (cdr body)))))))
198    
199            (cons 'defun            (cons 'defun
200                  (cons fcn                  (cons fcn
201                        (cons args                        (cons args
202                              (cons                              (cons
203                               '(sit-for 0)                               `(erblisp-check-args ,@args)
204                               body)))))                               (cons
205                                  '(sit-for 0)
206                                  body))))))
207                
208        fcn))        fcn))
209      (fsi-pf-load)      (fsi-pf-load)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26