Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 10 05:22:16 2007 +0000 +++ b/lisp/ChangeLog Sat Nov 10 08:05:15 2007 +0000 @@ -1,5 +1,14 @@ 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu> + * 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. + * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. * vc-svn.el (vc-svn-print-log, vc-svn-diff):