diff options
| author | Juanma Barranquero | 2007-11-14 11:18:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-14 11:18:54 +0000 |
| commit | f31d0424eaa81455fb3bd32216061094e57b61cd (patch) | |
| tree | de62681faeb778434f4706db5711d557ee72bd0b | |
| parent | 1d91014721754a1dde1e57733b1d3a82fe105143 (diff) | |
| download | emacs-f31d0424eaa81455fb3bd32216061094e57b61cd.tar.gz emacs-f31d0424eaa81455fb3bd32216061094e57b61cd.zip | |
Comment change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c72815aced..5c915b695f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix. | ||
| 4 | |||
| 1 | 2007-11-14 Nick Roberts <nickrob@snap.net.nz> | 5 | 2007-11-14 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable. | 7 | * 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 @@ | |||
| 626 | ;; | 626 | ;; |
| 627 | ;; It is now safe to optimize code such that it introduces new bindings. | 627 | ;; It is now safe to optimize code such that it introduces new bindings. |
| 628 | 628 | ||
| 629 | ;; I'd like this to be a defsubst, but let's not be self-referential... | ||
| 630 | (defsubst byte-compile-trueconstp (form) | 629 | (defsubst byte-compile-trueconstp (form) |
| 631 | "Return non-nil if FORM always evaluates to a non-nil value." | 630 | "Return non-nil if FORM always evaluates to a non-nil value." |
| 632 | (cond ((consp form) | 631 | (cond ((consp form) |