diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:07:36 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:07:36 +0100 |
| commit | 9de0ced3a8c82b43b6658f43a682412771c05220 (patch) | |
| tree | b71abcda17838fb94539265f91c89ee86765e343 | |
| parent | c2df7c023435952f104296d6844a9024c5c23eca (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/midi-kbd
| -rw-r--r-- | midi-kbd.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/midi-kbd.el b/midi-kbd.el index 5bdcc55..892c3ab 100644 --- a/midi-kbd.el +++ b/midi-kbd.el @@ -19,7 +19,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 <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: @@ -94,7 +94,7 @@ (intern (concat "up-" (symbol-name i)))))) ;; Emacs can deal with up-events like with down-events since the patch -;; in <URL:http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19746> has +;; in <URL:https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19746> has ;; been committed to Emacs. ;; ;; Older versions will erupt in violence when forced to deal with an |
