diff lisp/emacs-lisp/byte-opt.el @ 47317:b4a5fd1d144c

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 09 Sep 2002 00:28:00 +0000
parents 8788778fec51
children 10e55e51ecdc
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Mon Sep 09 00:27:30 2002 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Mon Sep 09 00:28:00 2002 +0000
@@ -1151,6 +1151,10 @@
 ;;; state, so that constant folding them would be wrong,
 ;;; but we don't do constant folding based on this list.
 
+;;; However, at present the only optimization we normally do
+;;; is delete calls that need not occur, and we only do that
+;;; with the error-free functions.
+
 ;;; I wonder if I missed any :-\)
 (let ((side-effect-free-fns
        '(% * + - / /= 1+ 1- < <= = > >= abs acos append aref ash asin atan