aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorDmitry Gutov2015-09-29 01:39:14 +0300
committerDmitry Gutov2015-09-29 01:39:46 +0300
commit166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch)
treef9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /lisp/mail
parent2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff)
downloademacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz
emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/footnote.el2
-rw-r--r--lisp/mail/mail-extr.el2
-rw-r--r--lisp/mail/sendmail.el1
-rw-r--r--lisp/mail/uce.el4
4 files changed, 2 insertions, 7 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index 86bb9e89618..839e24c8a90 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -1,4 +1,4 @@
1;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*- 1;;; footnote.el --- footnote support for message mode
2 2
3;; Copyright (C) 1997, 2000-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2000-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el
index a7057ca21c8..35138985ed7 100644
--- a/lisp/mail/mail-extr.el
+++ b/lisp/mail/mail-extr.el
@@ -1,4 +1,4 @@
1;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- 1;;; mail-extr.el --- extract full name and address from RFC 822 mail header
2 2
3;; Copyright (C) 1991-1994, 1997, 2001-2015 Free Software Foundation, 3;; Copyright (C) 1991-1994, 1997, 2001-2015 Free Software Foundation,
4;; Inc. 4;; Inc.
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 4c0f2b98257..9269d7f7d83 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -2078,7 +2078,6 @@ you can move to one of them and type C-c C-c to recover that one."
2078 2078
2079;; Local Variables: 2079;; Local Variables:
2080;; byte-compile-dynamic: t 2080;; byte-compile-dynamic: t
2081;; coding: utf-8
2082;; End: 2081;; End:
2083 2082
2084;;; sendmail.el ends here 2083;;; sendmail.el ends here
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el
index 74939d1c975..5db135728ea 100644
--- a/lisp/mail/uce.el
+++ b/lisp/mail/uce.el
@@ -375,7 +375,3 @@ You might need to set `uce-mail-reader' before using this."
375(provide 'uce) 375(provide 'uce)
376 376
377;;; uce.el ends here 377;;; uce.el ends here
378
379;; Local Variables:
380;; coding: utf-8
381;; End: