aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/conf-mode.el2
-rw-r--r--lisp/textmodes/fill.el2
-rw-r--r--lisp/textmodes/paragraphs.el4
-rw-r--r--lisp/textmodes/po.el2
-rw-r--r--lisp/textmodes/tex-mode.el2
-rw-r--r--lisp/textmodes/texinfo.el2
-rw-r--r--lisp/textmodes/tildify.el5
7 files changed, 5 insertions, 14 deletions
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el
index 770571a264e..7d81bbca7d5 100644
--- a/lisp/textmodes/conf-mode.el
+++ b/lisp/textmodes/conf-mode.el
@@ -1,4 +1,4 @@
1;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files -*- coding: utf-8 -*- 1;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files
2 2
3;; Copyright (C) 2004-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 5f2fbcda04c..a97facf5427 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -1,4 +1,4 @@
1;;; fill.el --- fill commands for Emacs -*- coding: utf-8 -*- 1;;; fill.el --- fill commands for Emacs
2 2
3;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2015 Free 3;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2015 Free
4;; Software Foundation, Inc. 4;; Software Foundation, Inc.
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 8bcc71ed531..58c65678802 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -536,8 +536,4 @@ the current sentence with the one containing the mark."
536 (interactive "*p") 536 (interactive "*p")
537 (transpose-subr 'forward-sentence arg)) 537 (transpose-subr 'forward-sentence arg))
538 538
539;; Local Variables:
540;; coding: utf-8
541;; End:
542
543;;; paragraphs.el ends here 539;;; paragraphs.el ends here
diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el
index 99ec2916067..a5f39461498 100644
--- a/lisp/textmodes/po.el
+++ b/lisp/textmodes/po.el
@@ -1,4 +1,4 @@
1;;; po.el --- basic support of PO translation files -*- coding: utf-8; -*- 1;;; po.el --- basic support of PO translation files
2 2
3;; Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index bf15b2628f9..cbeded2c61b 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -1,4 +1,4 @@
1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- 1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands
2 2
3;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2015 Free 3;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2015 Free
4;; Software Foundation, Inc. 4;; Software Foundation, Inc.
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 57218177d7b..2b606ed002e 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1,4 +1,4 @@
1;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*- 1;;; texinfo.el --- major mode for editing Texinfo files
2 2
3;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2015 Free Software 3;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2015 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el
index 0e645fcdd38..f1a42f2b688 100644
--- a/lisp/textmodes/tildify.el
+++ b/lisp/textmodes/tildify.el
@@ -508,9 +508,4 @@ variable will be set to the representation."
508 508
509(provide 'tildify) 509(provide 'tildify)
510 510
511
512;; Local variables:
513;; coding: utf-8
514;; End:
515
516;;; tildify.el ends here 511;;; tildify.el ends here