aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
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/vc
parent2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff)
downloademacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz
emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/cvs-status.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el
index dc43094796e..cf1f49cbeee 100644
--- a/lisp/vc/cvs-status.el
+++ b/lisp/vc/cvs-status.el
@@ -1,4 +1,4 @@
1;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8; lexical-binding: t -*- 1;;; cvs-status.el --- major mode for browsing `cvs status' output -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1999-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
4 4