diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-14 11:18:54 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-14 11:18:54 +0000 |
commit | f31d0424eaa81455fb3bd32216061094e57b61cd (patch) | |
tree | de62681faeb778434f4706db5711d557ee72bd0b /lisp/emacs-lisp | |
parent | 1d91014721754a1dde1e57733b1d3a82fe105143 (diff) | |
download | emacs-f31d0424eaa81455fb3bd32216061094e57b61cd.tar.gz emacs-f31d0424eaa81455fb3bd32216061094e57b61cd.tar.bz2 emacs-f31d0424eaa81455fb3bd32216061094e57b61cd.zip |
Comment change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index a9bdc3df41d..f56e2544272 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -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) |