From: Juanma Barranquero Date: Wed, 14 Nov 2007 11:18:54 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-23.0.90~9758 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f31d0424eaa81455fb3bd32216061094e57b61cd;p=emacs.git Comment change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c72815aced..5c915b695f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-14 Juanma Barranquero + + * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix. + 2007-11-14 Nick Roberts * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable. 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)