changeset 93866:1f769203aa6c

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 08 Apr 2008 14:57:02 +0000
parents b9a2a750f172
children 520490ae1b9a
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 08 14:55:30 2008 +0000
+++ b/lisp/ChangeLog	Tue Apr 08 14:57:02 2008 +0000
@@ -1,5 +1,9 @@
 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
 
+	* international/mule-cmds.el (set-locale-environment): Don't warn if
+	coding system doesn't agree with system locale (this reverts changes
+	by Dave Love, dated 2002-10-27 and 2002-10-09).
+
 	* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
 	* emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.