Raymond Toy <[EMAIL PROTECTED]> writes:

> Patch applied.

Oops, I apparently left out a ).  :-(

--- profile.lisp        26 Mai 2005 20:38:54 +0200      1.40
+++ profile.lisp        26 Mai 2005 20:39:43 +0200      
@@ -427,7 +427,7 @@
          (unless names (return))
          (let ((name (pop names)))
            (cond ((eq name :callers)
-                  (setq callers (not (null (pop names))))
+                  (setq callers (not (null (pop names)))))
                  ;;
                  ;; Method functions.
                  #+pcl


Reply via email to