summaryrefslogtreecommitdiff
path: root/lisp/term/linux.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
commit60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch)
tree29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/term/linux.el
parent715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff)
downloademacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/term/linux.el')
-rw-r--r--lisp/term/linux.el2
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