Miscellaneous tweaks.
commit2462470b9ec3876a54f1ce4c70561c478ceaf714
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:19:45 +0000 (1 11:19 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:19:45 +0000 (1 11:19 -0300)
tree1a2f4e03d44dca8c018b85005dbbbdc09a2584f8
parent18613c7e90dbb95c077dfaee632ad4910c512db5
Miscellaneous tweaks.
* lisp/emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
lexical scoping as in subr.el's dolist and dotimes.
* lisp/emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
Silence compiler warning.
* lisp/thingatpt.el (forward-whitespace): Trivial coding style fix.
* lisp/subr.el (with-output-to-temp-buffer): Provide an edebug spec.
* lisp/international/ccl.el (ccl-compile): Trivial simplification.
* lisp/help-fns.el (help-do-arg-highlight): Silence compiler warning.
* lisp/emacs-lisp/testcover.el (testcover-end): Remove spurious
`printflag' argument.
* lisp/emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
Purecopy the whole obsolescence data.
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/testcover.el
lisp/help-fns.el
lisp/international/ccl.el
lisp/subr.el
lisp/thingatpt.el
src/bytecode.c