summaryrefslogtreecommitdiff
path: root/lisp/mail/uce.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-09-29 01:39:14 +0300
committerDmitry Gutov <dgutov@yandex.ru>2015-09-29 01:39:46 +0300
commit166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch)
treef9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /lisp/mail/uce.el
parent2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff)
downloademacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz
emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.bz2
emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r--lisp/mail/uce.el4
1 files changed, 0 insertions, 4 deletions
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."
(provide 'uce)
;;; uce.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End: