summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-11-14 11:18:54 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-11-14 11:18:54 +0000
commitf31d0424eaa81455fb3bd32216061094e57b61cd (patch)
treede62681faeb778434f4706db5711d557ee72bd0b /lisp/emacs-lisp
parent1d91014721754a1dde1e57733b1d3a82fe105143 (diff)
downloademacs-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.el1
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)