Mercurial > emacs
comparison lisp/ChangeLog @ 86003:e33327200372
* emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize
(featurep 'emacs) to t.
* emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New
function.
(byte-compile-maybe-guarded): Use it to also look for bound
symbols inside `and' forms. Comment out non-working code that was
trying to avoid warnings for XEmacs code.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 10 Nov 2007 08:05:15 +0000 |
parents | 613df1ba1584 |
children | b9388e73e985 |
comparison
equal
deleted
inserted
replaced
86002:613df1ba1584 | 86003:e33327200372 |
---|---|
1 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu> | 1 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Optimize | |
4 (featurep 'emacs) to t. | |
5 | |
6 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition): New | |
7 function. | |
8 (byte-compile-maybe-guarded): Use it to also look for bound | |
9 symbols inside `and' forms. Comment out non-working code that was | |
10 trying to avoid warnings for XEmacs code. | |
2 | 11 |
3 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. | 12 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. |
4 | 13 |
5 * vc-svn.el (vc-svn-print-log, vc-svn-diff): | 14 * vc-svn.el (vc-svn-print-log, vc-svn-diff): |
6 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command): | 15 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command): |