diff options
author | Juri Linkov <juri@jurta.org> | 2004-04-17 23:11:22 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-04-17 23:11:22 +0000 |
commit | 45d3ac974a3195e1dd878e8f6e3f93b27e1d7a2e (patch) | |
tree | af81c2f0fec5637d066b8953e31ec6c492838ff9 /etc/TUTORIAL.sv | |
parent | b5062215850d3033e82771d1ae6b5a15a311c64d (diff) | |
download | emacs-45d3ac974a3195e1dd878e8f6e3f93b27e1d7a2e.tar.gz |
Add coding latin-1 to Local Variables.
Set sentence-end-double-space to nil in Local Variables.
Diffstat (limited to 'etc/TUTORIAL.sv')
-rw-r--r-- | etc/TUTORIAL.sv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/TUTORIAL.sv b/etc/TUTORIAL.sv index f4dcc842e5d..65d1548c378 100644 --- a/etc/TUTORIAL.sv +++ b/etc/TUTORIAL.sv @@ -1089,4 +1089,9 @@ same spirit. Please read the file COPYING and then do give copies of GNU Emacs to your friends. Help stamp out software obstructionism ("ownership") by using, writing, and sharing free software! +;;; Local Variables: +;;; coding: latin-1 +;;; sentence-end-double-space: nil +;;; End: + ;;; arch-tag: b352f774-622b-4cc6-85ce-43e3baf4fc1b |