diff options
Diffstat (limited to 'lisp/term/linux.el')
-rw-r--r-- | lisp/term/linux.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el index e46efa073dd..a6f560999f5 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el @@ -10,3 +10,5 @@ (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))) + +;;; linux.el ends here |