Changeset 7844 for lang/elisp

Show
Ignore:
Timestamp:
03/12/08 17:08:40 (9 months ago)
Author:
lieutar
Message:

lang/elisp/escm/trunk/escm-test.el: Oops! I forgot to save the file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/escm/trunk/escm-test.el

    r7843 r7844  
    119119         (debugger 'escm-test::run-test::debugger) 
    120120         (err (catch 'escm-test::run-test->eval 
    121                 (eval (cons 'progn all))))) 
     121                (eval (append '(progn) 
     122                              all 
     123                              '(nil)))))) 
    122124    (if err (setq report (cons (list "*** FATAL ERROR ***" err) report))) 
    123125    (apply reporter (list project name failed (reverse report)))))