summaryrefslogtreecommitdiff
path: root/helm-comint.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-comint.el')
-rw-r--r--helm-comint.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/helm-comint.el b/helm-comint.el
index 7e7f10b2..6f85249b 100644
--- a/helm-comint.el
+++ b/helm-comint.el
@@ -1,6 +1,6 @@
;;; helm-comint.el --- Comint prompt navigation for helm. -*- lexical-binding: t -*-
-;; Copyright (C) 2019 Pierre Neidhardt <mail@ambrevar.xyz>
+;; Copyright (C) 2020 Pierre Neidhardt <mail@ambrevar.xyz>
;; 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
@@ -227,10 +227,4 @@ See `helm-comint-prompts-list'."
(provide 'helm-comint)
-;; Local Variables:
-;; byte-compile-warnings: (not obsolete)
-;; coding: utf-8
-;; indent-tabs-mode: nil
-;; End:
-
;;; helm-comint.el ends here