changeset 44016:61e96d013b86

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Mar 2002 20:21:56 +0000
parents 599660b79608
children b6a0e88d8ef8
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
 
+	* 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  <rms@gnu.org>