# HG changeset patch # User Stefan Monnier # Date 1016482916 0 # Node ID 61e96d013b865883d141a35e150993b12cb0dd79 # Parent 599660b7960862e586679043d28aa0fab072a025 *** empty log message *** diff -r 599660b79608 -r 61e96d013b86 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 18 20:20:44 2002 +0000 +++ b/lisp/ChangeLog Mon Mar 18 20:21:56 2002 +0000 @@ -2,8 +2,8 @@ * vc-rcs.el (vc-rcs-register): Fix handling of vc-[rcs-]register-switches. - (vc-rcs-checkin-switches, vc-rcs-checkout-switches): Variables - removed, since they weren't used yet. + (vc-rcs-checkin-switches, vc-rcs-checkout-switches): + Variables removed, since they weren't used yet. * vc-cvs.el (vc-cvs-register): Fix handling of vc-[cvs-]register-switches. @@ -13,6 +13,11 @@ 2002-03-18 Stefan Monnier + * loadup.el ("emacs-lisp/backquote"): Load earlier. + ("international/ucs-tables"): Load and turn on + unify-8859-on-encoding-mode unconditionally. + (emacs-version): Use `defconst' rather than `setq'. + * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes. 2002-03-18 Richard M. Stallman