summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/helm-external.el b/helm-external.el
index fb671867..7dad6f41 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -1,6 +1,6 @@
;;; helm-external.el --- Run Externals commands within Emacs with helm completion. -*- 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
@@ -208,10 +208,4 @@ You can set your own list of commands with
(provide 'helm-external)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-external ends here