Commit graph

1 commit

Author SHA1 Message Date
Stas Boukarev 5728601f88 defmethod: make the function known at compile time.
(defmethod gf ())
(defun f () (gf))
Produced a warning about an undefined function, even though it would
be implicitly created by defmethod.
Fixes lp#503095.
2013-11-01 15:50:55 +04:00