comparison 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
comparison
equal deleted inserted replaced
1903:cc27df8fcd30 1904:8d7c4af1d6af
38 ;; Meta will continue to work, because the kernel 38 ;; Meta will continue to work, because the kernel
39 ;; turns that into Escape. 39 ;; turns that into Escape.
40 40
41 (let ((value (current-input-mode))) 41 (let ((value (current-input-mode)))
42 ;; The third arg only matters in that it is not t or nil. 42 ;; The third arg only matters in that it is not t or nil.
43 (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) 43 (set-input-mode (nth 0 value) (nth 1 value) 'iso-8859-1 (nth 3 value)))
44 44
45 ;; The defines below seem to get automatically set in recent Termcaps. 45 ;; The defines below seem to get automatically set in recent Termcaps.
46 ;; It was probably the case that in 1996, there was no good Linux termcap, 46 ;; It was probably the case that in 1996, there was no good Linux termcap,
47 ;; which is why such a file was needed. 47 ;; which is why such a file was needed.
48 48