Mercurial > emacs
diff lisp/term/linux.el @ 38414:67b464da13ec
Some fixes to follow coding conventions.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Sun, 15 Jul 2001 19:53:53 +0000 |
| parents | 2253ec0e71ca |
| children | 33d53d287ee4 |
line wrap: on
line diff
--- a/lisp/term/linux.el Sun Jul 15 17:42:53 2001 +0000 +++ b/lisp/term/linux.el Sun Jul 15 19:53:53 2001 +0000 @@ -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
