aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-19 17:59:30 +0000
committerDave Love <[email protected]>2002-11-19 17:59:30 +0000
commitd9881cf17f347016693f3f866578f685678c58f6 (patch)
tree69120cf2b0aa7eb6fb7b8a461b9a4156d885221c
parenta152344b143a6859bfa4e28f7c0373dcd1fc89eb (diff)
(side-effect-free-fns): Several
additions.
-rw-r--r--lisp/emacs-lisp/byte-opt.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index af68b7c919..3edc619ea3 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 <[email protected]>
;; Hallvard Furuseth <[email protected]>
@@ -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