diff options
| author | Pavel Janík | 2001-07-15 19:53:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-15 19:53:53 +0000 |
| commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
| tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/term/linux.el | |
| parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
| download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip | |
Some fixes to follow coding conventions.
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 @@ | |||
| 10 | (let ((value (current-input-mode))) | 10 | (let ((value (current-input-mode))) |
| 11 | ;; The third arg only matters in that it is not t or nil. | 11 | ;; The third arg only matters in that it is not t or nil. |
| 12 | (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) | 12 | (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) |
| 13 | |||
| 14 | ;;; linux.el ends here | ||