Comment change.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 14 Nov 2007 11:18:54 +0000 (11:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 14 Nov 2007 11:18:54 +0000 (11:18 +0000)
lisp/ChangeLog
lisp/emacs-lisp/byte-opt.el

index 3c72815..5c915b6 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
+
 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
index a9bdc3d..f56e254 100644 (file)
 ;;
 ;; 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)