Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-89
authorMiles Bader <miles@gnu.org>
Fri, 7 Oct 2005 07:54:06 +0000 (07:54 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 7 Oct 2005 07:54:06 +0000 (07:54 +0000)
Merge from emacs--cvs-trunk--0

Patches applied:

 * emacs--cvs-trunk--0  (patch 580)

   - Update from CVS

1  2 
lisp/ChangeLog
lisp/Makefile.in

diff --cc lisp/ChangeLog
Simple merge
@@@ -45,8 -45,7 +45,9 @@@ AUTOGENEL = loaddefs.el 
        finder-inf.el \
        subdirs.el \
        eshell/esh-groups.el \
 -      mh-e/mh-loaddefs.el
++      mh-e/mh-loaddefs.el \
 +      international/charprop.el \
 +      international/uni-*.el
  
  # Files to compile before others during a bootstrap.  This is done to
  # speed up the bootstrap process.  The CC files are compiled first
@@@ -203,8 -202,8 +204,8 @@@ compile-after-backup: backup-compiled-f
  # Note that this doesn't create .elc files.  It only recompiles if an
  # .elc is present.
  
- recompile: doit $(lisp)/progmodes/cc-mode.elc
+ recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc
 -      $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
 +      LC_ALL=C $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
  
  # CC Mode uses a compile time macro system which causes a compile time
  # dependency in cc-mode.elc on the macros in cc-langs.el and the