# HG changeset patch # User Juanma Barranquero # Date 1195038980 0 # Node ID bd6f75b64f621b18cf483a0a7589361875362fc9 # Parent f4816ef45bcb7c3b460487371ed946edd9ccd13b Comment change. diff -r f4816ef45bcb -r bd6f75b64f62 lisp/emacs-lisp/byte-opt.el --- 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)