diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2015-09-29 01:39:14 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2015-09-29 01:39:46 +0300 |
commit | 166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch) | |
tree | f9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /lisp/term | |
parent | 2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff) |
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index ebd76a679a..5eb6f115f8 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1,4 +1,4 @@ -;;; x-win.el --- parse relevant switches and set up for X -*-coding: utf-8; lexical-binding:t -*- +;;; x-win.el --- parse relevant switches and set up for X -*- lexical-binding:t -*- ;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc. |