aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDmitry Gutov2015-09-29 01:39:14 +0300
committerDmitry Gutov2015-09-29 01:39:46 +0300
commit166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch)
treef9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /test
parent2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff)
downloademacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz
emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'test')
-rw-r--r--test/automated/mule-util.el2
-rw-r--r--test/automated/python-tests.el1
2 files changed, 1 insertions, 2 deletions
diff --git a/test/automated/mule-util.el b/test/automated/mule-util.el
index 038881a7915..24b56c0969b 100644
--- a/test/automated/mule-util.el
+++ b/test/automated/mule-util.el
@@ -1,4 +1,4 @@
1;;; mule-util --- tests for international/mule-util.el -*- coding: utf-8; -*- 1;;; mule-util --- tests for international/mule-util.el
2 2
3;; Copyright (C) 2002-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
4 4
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index d9b4c3e1b06..44b05e2b476 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -5216,7 +5216,6 @@ class SomeClass:
5216(provide 'python-tests) 5216(provide 'python-tests)
5217 5217
5218;; Local Variables: 5218;; Local Variables:
5219;; coding: utf-8
5220;; indent-tabs-mode: nil 5219;; indent-tabs-mode: nil
5221;; End: 5220;; End:
5222 5221