Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Added pairing-bot function.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 15, 2008
1 parent 567067e commit 6c79eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions starter-kit-defuns.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -145,5 +145,10 @@
(switch-to-buffer buffer) (switch-to-buffer buffer)
(funcall function)))) (funcall function))))


(defun pairing-bot ()
"If you can't pair program with a human, use this instead."
(interactive)
(message (if (y-or-n-p "Do you have a test for that? ") "Good." "Bad!")))

(provide 'starter-kit-defuns) (provide 'starter-kit-defuns)
;;; starter-kit-defuns.el ends here ;;; starter-kit-defuns.el ends here

0 comments on commit 6c79eeb

Please sign in to comment.