comparison lisp/ChangeLog @ 46578:374154e86bdf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Jul 2002 22:02:57 +0000
parents 38f801217683
children c5989a0d356e
comparison
equal deleted inserted replaced
46577:3ce42e66c023 46578:374154e86bdf
1 2002-07-20 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (toggle-read-only): Clean up the hint message.
4
5 * emacs-lisp/bytecomp.el: Use warnings.el.
6 (byte-compile-warning-prefix): New function.
7 (byte-compile-log-file): Return page start position.
8 (byte-compile-log-warning): New function.
9 (byte-compile-warn): Use byte-compile-log-warning.
10 (byte-compile-report-error): Likewise. Also use error-message-string.
11 (displaying-byte-compile-warnings): Bind warning-series.
12 Don't bind or use byte-compile-warnings-point-max.
13 Don't display the log buffer at the end.
14 (byte-compile-warnings-point-max): Variable deleted.
15 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
16 (byte-compile-last-warned-form, byte-compile-last-logged-file):
17 Defvars moved.
18
19 * warnings.el: New file.
20
1 2002-07-19 Richard M. Stallman <rms@gnu.org> 21 2002-07-19 Richard M. Stallman <rms@gnu.org>
2 22
3 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values' 23 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
4 and `values-list' from list of CL functions. 24 and `values-list' from list of CL functions.
5 25