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/time.el | |
parent | 2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff) | |
download | emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.bz2 emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip |
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/time.el')
-rw-r--r-- | lisp/time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/time.el b/lisp/time.el index d35f5b93964..dec594061a4 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -1,4 +1,4 @@ -;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- +;;; time.el --- display time, load and mail indicator in mode line of Emacs ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2015 Free Software ;; Foundation, Inc. |