emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/linux.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/linux.el,v
Date: Wed, 29 Aug 2007 05:28:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/29 05:28:10

Index: lisp/term/linux.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/linux.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- lisp/term/linux.el  20 May 2007 08:32:16 -0000      1.10
+++ lisp/term/linux.el  29 Aug 2007 05:28:00 -0000      1.11
@@ -16,9 +16,8 @@
   ;; Meta will continue to work, because the kernel
   ;; turns that into Escape.
 
-  (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))))
+  ;; The arg only matters in that it is not t or nil.
+  (set-input-meta-mode 'iso-latin-1))
 
 ;;; arch-tag: 5d0c4f63-739b-4862-abf3-041fe42adb8f
 ;;; linux.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]