diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-14 19:18:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-10-14 19:19:24 -0700 |
commit | 864734d112249bac120764f1564e008231ebb6e8 (patch) | |
tree | bfb0f6ded457db9e62e3abd665a35a58b2cb5bdf /lisp/progmodes/flymake-proc.el | |
parent | 3c78960a4755d7bd583a0411d7089a0c13c0c64b (diff) | |
download | emacs-864734d112249bac120764f1564e008231ebb6e8.tar.gz |
; Prefer https: to http: in GNU URLs
Diffstat (limited to 'lisp/progmodes/flymake-proc.el')
-rw-r--r-- | lisp/progmodes/flymake-proc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index ab60855b217..a9caef4fc8e 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; |