diff options
author | Dave Love <fx@gnu.org> | 2002-11-19 17:59:30 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-19 17:59:30 +0000 |
commit | d9881cf17f347016693f3f866578f685678c58f6 (patch) | |
tree | 69120cf2b0aa7eb6fb7b8a461b9a4156d885221c /lisp/emacs-lisp/byte-opt.el | |
parent | a152344b143a6859bfa4e28f7c0373dcd1fc89eb (diff) | |
download | emacs-d9881cf17f347016693f3f866578f685678c58f6.tar.gz emacs-d9881cf17f347016693f3f866578f685678c58f6.tar.bz2 emacs-d9881cf17f347016693f3f866578f685678c58f6.zip |
(side-effect-free-fns): Several
additions.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index af68b7c919a..3edc619ea36 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1,6 +1,6 @@ ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler -;;; Copyright (c) 1991, 1994, 2000, 2001 Free Software Foundation, Inc. +;;; Copyright (c) 1991, 1994, 2000, 2001, 2002 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no> @@ -1198,7 +1198,7 @@ length local-variable-if-set-p local-variable-p log log10 logand logb logior lognot logxor lsh make-list make-string make-symbol - marker-buffer max member memq min mod + marker-buffer max member memq min mod multibyte-char-to-unibyte next-window nth nthcdr number-to-string parse-colon-path plist-get plist-member prefix-numeric-value previous-window prin1-to-string propertize @@ -1206,7 +1206,8 @@ region-beginning region-end reverse round sin sqrt string string< string= string-equal string-lessp string-to-char string-to-int string-to-number substring sxhash symbol-function - symbol-name symbol-plist symbol-value + symbol-name symbol-plist symbol-value string-make-unibyte + string-make-multibyte string-as-multibyte string-as-unibyte tan truncate unibyte-char-to-multibyte upcase user-full-name user-login-name user-original-login-name user-variable-p |