emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/doc-show-inline 5705f8d6f5 09/12: Cleanup: use brief SPDX


From: ELPA Syncer
Subject: [nongnu] elpa/doc-show-inline 5705f8d6f5 09/12: Cleanup: use brief SPDX license
Date: Thu, 7 Jul 2022 11:58:57 -0400 (EDT)

branch: elpa/doc-show-inline
commit 5705f8d6f5583d50fc0497a88f06fb7c84a9ddb0
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: use brief SPDX license
---
 doc-show-inline.el | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/doc-show-inline.el b/doc-show-inline.el
index 11dbf94118..9eab0ef53c 100644
--- a/doc-show-inline.el
+++ b/doc-show-inline.el
@@ -1,5 +1,6 @@
 ;;; doc-show-inline.el --- Show doc-strings found in external files -*- 
lexical-binding: t -*-
 
+;; SPDX-License-Identifier: GPL-2.0-or-later
 ;; Copyright (C) 2021  Campbell Barton
 
 ;; Author: Campbell Barton <ideasman42@gmail.com>
@@ -9,19 +10,6 @@
 ;; Version: 0.1
 ;; Package-Requires: ((emacs "26.2"))
 
-;; 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
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-
-;; This program 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 General Public License for more details.
-
-;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
-
 ;;; Commentary:
 
 ;; This package overlays doc-strings (typically from C/C++ headers).
@@ -444,6 +432,7 @@ the point should not be moved by this function."
   "Return a list of XREF items from the identifier SYM at the current point.
 
 Argument XREF-BACKEND is used to avoid multiple calls to `xref-find-backend'."
+  ;; (printf "SYM: %S\n" sym)
   (let ((xref-list nil))
     (doc-show-inline--with-advice 'xref--not-found-error
       :override (lambda (_kind _input) nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]