summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-25 15:31:29 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-05-25 15:31:29 +0200
commit0132721499fccc49eea15885e3826816013ab421 (patch)
treebd9030cf0f33e43722d4312b4eac0f802aae7c90 /helm-id-utils.el
parent0ee442d26280da3249ffc3613361e67edaf1c44f (diff)
Add local vars and fix copyright in helm-id-utils.
* helm-id-utils.el: Do it.
Diffstat (limited to 'helm-id-utils.el')
-rw-r--r--helm-id-utils.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/helm-id-utils.el b/helm-id-utils.el
index 439dc097..c2ac8126 100644
--- a/helm-id-utils.el
+++ b/helm-id-utils.el
@@ -1,6 +1,6 @@
;;; helm-id-utils.el --- Helm interface for id-utils. -*- lexical-binding: t -*-
-;; Copyright (C) 2012 ~ 2015 Thierry Volpiatto <thierry.volpiatto@gmail.com>
+;; Copyright (C) 2015 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
@@ -97,4 +97,10 @@ See <https://www.gnu.org/software/idutils/>."
(provide 'helm-id-utils)
+;; Local Variables:
+;; byte-compile-warnings: (not cl-functions obsolete)
+;; coding: utf-8
+;; indent-tabs-mode: nil
+;; End:
+
;;; helm-id-utils ends here