# HG changeset patch # User james # Date 1076340818 0 # Node ID 8d7c4af1d6afaf9959b16b214a0a77e8b2b7c36f # Parent cc27df8fcd301af51db8f448e6be5467273b19e8 [xemacs-hg @ 2004-02-09 15:33:32 by james] Change iso-latin-1 to iso-8859-1. diff -r cc27df8fcd30 -r 8d7c4af1d6af lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 08 22:50:35 2004 +0000 +++ b/lisp/ChangeLog Mon Feb 09 15:33:38 2004 +0000 @@ -1,3 +1,7 @@ +2004-02-06 Jerry James + + * term/linux.el: Change iso-latin-1 to iso-8859-1. + 2004-01-28 Jerry James * subr.el (add-to-invisibility-spec): New, from Emacs 21.3. diff -r cc27df8fcd30 -r 8d7c4af1d6af lisp/term/linux.el --- a/lisp/term/linux.el Sun Feb 08 22:50:35 2004 +0000 +++ b/lisp/term/linux.el Mon Feb 09 15:33:38 2004 +0000 @@ -40,7 +40,7 @@ (let ((value (current-input-mode))) ;; The third arg only matters in that it is not t or nil. - (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) + (set-input-mode (nth 0 value) (nth 1 value) 'iso-8859-1 (nth 3 value))) ;; The defines below seem to get automatically set in recent Termcaps. ;; It was probably the case that in 1996, there was no good Linux termcap,