From: Stefan Kangas Date: Sat, 8 Jan 2022 15:02:06 +0000 (+0100) Subject: ; prefer https to http addresses X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=426d97f172c34cd10b9aabf0f593f39e24ec502b;p=emacs.git ; prefer https to http addresses --- 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