diff lisp/play/bubbles.el @ 110534:826d60163924

Merge changes from emacs-23 branch.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 23 Sep 2010 22:10:54 -0400
parents e950143ab9e0
children 376148b31b5e
line wrap: on
line diff
--- a/lisp/play/bubbles.el	Fri Sep 24 00:38:10 2010 +0000
+++ b/lisp/play/bubbles.el	Thu Sep 23 22:10:54 2010 -0400
@@ -1377,7 +1377,7 @@
                                    (g (nth 1 crgb))
                                    (b (nth 2 crgb))
                                    (brightness (/ (+ r g b) 3.0 256 256))
-                                   (val (sin (* brightness (/ pi 2))))
+                                   (val (sin (* brightness (/ float-pi 2))))
                                    (rr (* red val))
                                    (gg (* green val))
                                    (bb (* blue val))