comparison lisp/emacs-lisp/byte-opt.el @ 104914:1a8afcc5fb20

(degrees-to-radians): Mark as free from side effects.
author Glenn Morris <rgm@gnu.org>
date Thu, 10 Sep 2009 06:21:48 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
104913:67946512b0fd 104914:1a8afcc5fb20
1 ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler 1 ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
2 2
3 ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 ;; 2007, 2008, 2009 Free Software Foundation, Inc.
5 5
6 ;; Author: Jamie Zawinski <jwz@lucid.com> 6 ;; Author: Jamie Zawinski <jwz@lucid.com>
7 ;; Hallvard Furuseth <hbf@ulrik.uio.no> 7 ;; Hallvard Furuseth <hbf@ulrik.uio.no>
8 ;; Maintainer: FSF 8 ;; Maintainer: FSF
9 ;; Keywords: internal 9 ;; Keywords: internal
1219 make-list make-string make-symbol 1219 make-list make-string make-symbol
1220 marker-buffer max member memq min mod multibyte-char-to-unibyte 1220 marker-buffer max member memq min mod multibyte-char-to-unibyte
1221 next-window nth nthcdr number-to-string 1221 next-window nth nthcdr number-to-string
1222 parse-colon-path plist-get plist-member 1222 parse-colon-path plist-get plist-member
1223 prefix-numeric-value previous-window prin1-to-string propertize 1223 prefix-numeric-value previous-window prin1-to-string propertize
1224 degrees-to-radians
1224 radians-to-degrees rassq rassoc read-from-string regexp-quote 1225 radians-to-degrees rassq rassoc read-from-string regexp-quote
1225 region-beginning region-end reverse round 1226 region-beginning region-end reverse round
1226 sin sqrt string string< string= string-equal string-lessp string-to-char 1227 sin sqrt string string< string= string-equal string-lessp string-to-char
1227 string-to-int string-to-number substring sxhash symbol-function 1228 string-to-int string-to-number substring sxhash symbol-function
1228 symbol-name symbol-plist symbol-value string-make-unibyte 1229 symbol-name symbol-plist symbol-value string-make-unibyte