changeset 86063:bd6f75b64f62

Comment change.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Nov 2007 11:16:20 +0000
parents f4816ef45bcb
children 31d99cc7cfc9
files lisp/emacs-lisp/byte-opt.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Wed Nov 14 10:51:12 2007 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Wed Nov 14 11:16:20 2007 +0000
@@ -626,7 +626,6 @@
 ;;
 ;; It is now safe to optimize code such that it introduces new bindings.
 
-;; I'd like this to be a defsubst, but let's not be self-referential...
 (defsubst byte-compile-trueconstp (form)
   "Return non-nil if FORM always evaluates to a non-nil value."
   (cond ((consp form)