Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma committed Oct 28, 2011
1 parent 0e5adc1 commit 9cc7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocker.el
Expand Up @@ -41,7 +41,7 @@
(defmethod constructor :static ((mock mocker-mock) newname &rest args)
(let ((obj (call-next-method)))
(unless (slot-boundp obj :record-cls)
(oset obj :record-cls mocker-default-record-cls))
(oset obj :record-cls mocker-mock-default-record-cls))
(let ((cls (oref obj :record-cls)))
(oset obj :records (mapcar #'(lambda (r)
(apply 'make-instance cls :-mock obj r))
Expand Down

0 comments on commit 9cc7784

Please sign in to comment.