From 426d97f172c34cd10b9aabf0f593f39e24ec502b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 8 Jan 2022 16:02:06 +0100 Subject: [PATCH] ; prefer https to http addresses --- lisp/progmodes/eglot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 06632fde92d..19091e8c3e7 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -20,7 +20,7 @@ ;; 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 . +;; along with this program. If not, see . ;;; Commentary: @@ -2182,7 +2182,7 @@ Try to visit the target file for a richer summary line." ;; JT@19/10/09: This is a totally dummy identifier that isn't even ;; passed to LSP. The reason for this particular wording is to ;; construct a readable message "No references for LSP identifier at - ;; point.". See http://github.com/joaotavora/eglot/issues/314 + ;; point.". See https://github.com/joaotavora/eglot/issues/314 "LSP identifier at point.") (defvar eglot--lsp-xref-refs nil -- 2.39.5