diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:13:52 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:13:52 +0100 |
| commit | 66899436aefb444a427b30d3f86bb8387737f166 (patch) | |
| tree | cfc6b28af9885d89b7fc27da863b3331108354e2 | |
| parent | 3dd8fb002a574540b2b4f1b698839e1124452d45 (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/other-frame-window
| -rw-r--r-- | other-frame-window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other-frame-window.el b/other-frame-window.el index 2f8e49f..0632c17 100644 --- a/other-frame-window.el +++ b/other-frame-window.el @@ -21,7 +21,7 @@ ;; 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 <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;; ;;; Commentary: ;; |
