summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/helm-tags.el b/helm-tags.el
index e82a0aaa..47a2ad82 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -1,6 +1,6 @@
;;; helm-tags.el --- Helm for Etags. -*- lexical-binding: t -*-
-;; Copyright (C) 2012 ~ 2019 Thierry Volpiatto <thierry.volpiatto@gmail.com>
+;; Copyright (C) 2012 ~ 2020 Thierry Volpiatto <thierry.volpiatto@gmail.com>
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -343,10 +343,4 @@ Create with etags shell command, or visit with `find-tag' or `visit-tags-table'.
(provide 'helm-tags)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-tags.el ends here