aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-results.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/hcel-results.el')
-rw-r--r--lisp/hcel-results.el24
1 files changed, 23 insertions, 1 deletions
diff --git a/lisp/hcel-results.el b/lisp/hcel-results.el
index 6f9a29e..5f27b6a 100644
--- a/lisp/hcel-results.el
+++ b/lisp/hcel-results.el
@@ -1,7 +1,29 @@
-;; -*- lexical-binding: t; -*-
+;;; hc-results.el --- Shows query results in a compilation mode -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2022 Yuchen Pei.
+;;
+;; This file is part of hcel.
+;;
+;; hcel is free software: you can redistribute it and/or modify it under
+;; the terms of the GNU Affero General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; hcel is distributed in the hope that it will be useful, but WITHOUT
+;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+;; or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General
+;; Public License for more details.
+;;
+;; You should have received a copy of the GNU Affero General Public
+;; License along with hcel. If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
;; hcel-results provides functions for hcel modes derived from
;; compilation-mode.
+;;; Code:
+
(defun hcel-results-next-error-no-open (n)
(interactive "p")
(hcel-results-next-error-internal n))