Mercurial > emacs
comparison lisp/ChangeLog @ 85731:48794ad159a4
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 28 Oct 2007 23:53:06 +0000 |
parents | c717580e7817 |
children | cbb9de5e7290 |
comparison
equal
deleted
inserted
replaced
85730:a1e136978a9a | 85731:48794ad159a4 |
---|---|
1 2007-10-28 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'. | |
4 (byte-compile-warnings-safe-p): Handle `not'. | |
5 (byte-compile-warning-enabled-p, byte-compile-disable-warning) | |
6 (byte-compile-enable-warning): New functions. | |
7 (byte-compile-eval-before-compile) | |
8 (byte-compile-file-form-require): Use byte-compile-disable-warning. | |
9 (byte-compile-close-variables): Locally bind byte-compile-warnings, | |
10 but do not modify it. | |
11 (byte-compile-eval, byte-compile-obsolete) | |
12 (byte-compile-warn-about-unresolved-functions) | |
13 (byte-compile-file-form-defvar) | |
14 (byte-compile-file-form-custom-declare-variable) | |
15 (byte-compile-file-form-require) | |
16 (byte-compile-file-form-defmumble, byte-compile-lambda) | |
17 (byte-compile-form, byte-compile-normal-call) | |
18 (byte-compile-variable-ref, byte-compile-defvar) | |
19 (byte-compile-make-variable-buffer-local): | |
20 Use byte-compile-warning-enabled-p. | |
21 * emacs-lisp/advice.el (ad-compile-function): | |
22 Use byte-compile-disable-warning. | |
23 * emacs-lisp/cl-compat.el: Add a local variables section, and set | |
24 byte-compile-warnings to `(not cl-functions)'. | |
25 * emacs-lisp/cl-macs.el: Unify local variable section, and set | |
26 byte-compile-warnings to `(not cl-functions)'. | |
27 (cl-do-proclaim): Use byte-compile-disable-warning and | |
28 byte-compile-enable-warning. | |
29 * emacs-lisp/cl-seq.el: Unify local variable section, and set | |
30 byte-compile-warnings to `(not cl-functions)'. | |
31 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete): | |
32 Use byte-compile-disable-warning. | |
33 | |
1 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu> | 34 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 35 |
3 * cus-edit.el (custom-browse-insert-prefix): | 36 * cus-edit.el (custom-browse-insert-prefix): |
4 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs. | 37 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs. |
5 | 38 |