comparison lisp/play/animate.el @ 76953:417f62c55294

Seed RNG on loading.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Apr 2007 06:29:42 +0000
parents c08b3dd3e465
children 527f752989fc 4ef881a120fe
comparison
equal deleted inserted replaced
76952:1842898590ae 76953:417f62c55294
187 (sit-for .5) 187 (sit-for .5)
188 (animate-string "Please bring back" 17 30) 188 (animate-string "Please bring back" 17 30)
189 (animate-string "my sunshine" 18 34) 189 (animate-string "my sunshine" 18 34)
190 (animate-string "to stay!" 19 34)) 190 (animate-string "to stay!" 19 34))
191 191
192 (random t)
193
192 (provide 'animate) 194 (provide 'animate)
193 195
194 ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f 196 ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f
195 ;;; animate.el ends here 197 ;;; animate.el ends here