From dd8d66adad0f2a6e327c926ba64d08bc2aab46e6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 19 Jul 2002 11:40:00 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 ++++++++---- src/ChangeLog | 6 ++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e5dcb2518b..72745cbe8fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,16 @@ 2002-07-19 Juanma Barranquero * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker) - (buffer-flush-undo, baud-rate, compiled-function-p, define-function): - Move obsolescence declarations to subr.el. + (buffer-flush-undo, baud-rate, compiled-function-p, define-function) + (unread-command-char, executing-macro, post-command-idle-hook) + (post-command-idle-delay): Move obsolescence declarations to subr.el. * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo) - (baud-rate, compiled-function-p, define-function): Move obsolescence - declarations from subr.el + (baud-rate, compiled-function-p, define-function, unread-command-char) + (executing-macro, post-command-idle-hook, post-command-idle-delay): Move + obsolescence declarations from subr.el. + (directory-sep-char, mode-line-inverse-video): Add obsolescence + declaration. 2002-07-18 J.D. Smith diff --git a/src/ChangeLog b/src/ChangeLog index 241ac4f7135..66fff6139bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-07-19 Juanma Barranquero + + * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. + + * fileio.c (syms_of_fileio): Likewise. + 2002-07-18 Richard M. Stallman * data.c (Fdefalias): Doc fix. -- 2.39.2