comparison lisp/ChangeLog @ 46782:d9eb57a92797

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Aug 2002 17:07:46 +0000
parents 83564780d380
children 6f3953a83c05
comparison
equal deleted inserted replaced
46781:d93e5af9e50e 46782:d9eb57a92797
22 obsolescence only if it is a symbol. 22 obsolescence only if it is a symbol.
23 23
24 * ediff.el (ediff-backup): New autoloaded command. 24 * ediff.el (ediff-backup): New autoloaded command.
25 25
26 2002-07-31 Richard M. Stallman <rms@gnu.org> 26 2002-07-31 Richard M. Stallman <rms@gnu.org>
27
28 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
29 Use `compile-always'.
30 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
31 (compile): Renamed from `compile-files'.
32 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
27 33
28 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): 34 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
29 Check that (car elt) is a string. 35 Check that (car elt) is a string.
30 36
31 * pcomplete.el (pcomplete-entries): Doc fix. 37 * pcomplete.el (pcomplete-entries): Doc fix.