changeset 1904:8d7c4af1d6af

[xemacs-hg @ 2004-02-09 15:33:32 by james] Change iso-latin-1 to iso-8859-1.
author james
date Mon, 09 Feb 2004 15:33:38 +0000
parents cc27df8fcd30
children 01e778fef5bb
files lisp/ChangeLog lisp/term/linux.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <james@xemacs.org>
+
+	* term/linux.el: Change iso-latin-1 to iso-8859-1.
+
 2004-01-28  Jerry James  <james@xemacs.org>
 
 	* subr.el (add-to-invisibility-spec): New, from Emacs 21.3.
--- 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,