Mercurial > hg > xemacs-beta
diff lisp/term/linux.el @ 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 | 11502791fc1c |
children | 308d34e9f07d |
line wrap: on
line diff
--- 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,