From 801c1c22de85a5212fbb8ca5eb5bb28cd9669497 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 9 Dec 2022 15:31:41 +0100 Subject: [PATCH] ; Prefer HTTPS to HTTP in some URLs --- lisp/net/tramp-gvfs.el | 2 +- lisp/progmodes/csharp-mode.el | 2 +- src/itree.c | 2 +- src/itree.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index 73f773e8f4d..da7641774fb 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -690,7 +690,7 @@ It has been changed in GVFS 1.14.") ("gvfs-set-attribute" . "set")) "List of cons cells, mapping \"gvfs-\" to \"gio \".") -;; +;; (eval-and-compile (defconst tramp-gvfs-file-attributes '("name" diff --git a/lisp/progmodes/csharp-mode.el b/lisp/progmodes/csharp-mode.el index f08e8d6506e..d0465b26f05 100644 --- a/lisp/progmodes/csharp-mode.el +++ b/lisp/progmodes/csharp-mode.el @@ -505,7 +505,7 @@ compilation and evaluation time conflicts." (defun csharp--compilation-error-file-resolve () "Resolve an msbuild error to a (filename . dirname) cons cell." - ;; http://stackoverflow.com/a/18049590/429091 + ;; https://stackoverflow.com/a/18049590/429091 (cons (match-string 1) (file-name-directory (match-string 4)))) (defconst csharp-compilation-re-msbuild-error diff --git a/src/itree.c b/src/itree.c index 04fa9e827a2..975f3a8e4fb 100644 --- a/src/itree.c +++ b/src/itree.c @@ -15,7 +15,7 @@ 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 GNU Emacs. If not, see . */ +along with GNU Emacs. If not, see . */ #include #include diff --git a/src/itree.h b/src/itree.h index 291fa53fd30..c0c7060ac71 100644 --- a/src/itree.h +++ b/src/itree.h @@ -15,7 +15,7 @@ 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 GNU Emacs. If not, see . */ +along with GNU Emacs. If not, see . */ #ifndef ITREE_H #define ITREE_H -- 2.39.2