comparison lisp/play/animate.el @ 76951:c08b3dd3e465

(top-level): Provide self.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Apr 2007 06:16:18 +0000
parents e3694f1cb928
children 417f62c55294
comparison
equal deleted inserted replaced
76950:6be0994c422e 76951:c08b3dd3e465
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 (provide 'animate)
193
192 ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f 194 ;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f
193 ;;; animate.el ends here 195 ;;; animate.el ends here