aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-12-09 15:31:41 +0100
committerStefan Kangas2022-12-09 15:31:41 +0100
commit801c1c22de85a5212fbb8ca5eb5bb28cd9669497 (patch)
tree3142dbbbaee49b41ad238a13b90d734829e44b6b
parent74a009dd96a643b12a63a29fba3d40a74e7d82a2 (diff)
downloademacs-801c1c22de85a5212fbb8ca5eb5bb28cd9669497.tar.gz
emacs-801c1c22de85a5212fbb8ca5eb5bb28cd9669497.zip
; Prefer HTTPS to HTTP in some URLs
-rw-r--r--lisp/net/tramp-gvfs.el2
-rw-r--r--lisp/progmodes/csharp-mode.el2
-rw-r--r--src/itree.c2
-rw-r--r--src/itree.h2
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.")
690 ("gvfs-set-attribute" . "set")) 690 ("gvfs-set-attribute" . "set"))
691 "List of cons cells, mapping \"gvfs-<command>\" to \"gio <command>\".") 691 "List of cons cells, mapping \"gvfs-<command>\" to \"gio <command>\".")
692 692
693;; <http://www.pygtk.org/docs/pygobject/gio-constants.html> 693;; <https://www.pygtk.org/docs/pygobject/gio-constants.html>
694(eval-and-compile 694(eval-and-compile
695 (defconst tramp-gvfs-file-attributes 695 (defconst tramp-gvfs-file-attributes
696 '("name" 696 '("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."
505 505
506(defun csharp--compilation-error-file-resolve () 506(defun csharp--compilation-error-file-resolve ()
507 "Resolve an msbuild error to a (filename . dirname) cons cell." 507 "Resolve an msbuild error to a (filename . dirname) cons cell."
508 ;; http://stackoverflow.com/a/18049590/429091 508 ;; https://stackoverflow.com/a/18049590/429091
509 (cons (match-string 1) (file-name-directory (match-string 4)))) 509 (cons (match-string 1) (file-name-directory (match-string 4))))
510 510
511(defconst csharp-compilation-re-msbuild-error 511(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
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20#include <config.h> 20#include <config.h>
21#include <math.h> 21#include <math.h>
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
15GNU General Public License for more details. 15GNU General Public License for more details.
16 16
17You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 19
20#ifndef ITREE_H 20#ifndef ITREE_H
21#define ITREE_H 21#define ITREE_H