comparison lisp/term/linux.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 33d53d287ee4
children 41c37d195015 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
10 10
11 (let ((value (current-input-mode))) 11 (let ((value (current-input-mode)))
12 ;; The third arg only matters in that it is not t or nil. 12 ;; The third arg only matters in that it is not t or nil.
13 (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) 13 (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value)))
14 14
15 ;;; arch-tag: 5d0c4f63-739b-4862-abf3-041fe42adb8f
15 ;;; linux.el ends here 16 ;;; linux.el ends here