1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Initial revision

This commit is contained in:
Richard M. Stallman 1997-07-04 20:56:42 +00:00
parent 1d1142ea2e
commit 57cf80bfae

3
lisp/term/linux.el Normal file
View File

@ -0,0 +1,3 @@
;; The Linux console handles Latin-1 by default.
(set-terminal-coding-system 'iso-latin-1)