From e1761a09ac8bf2c81a27472867b108b4c5cdb0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krzywkowski?= Date: Tue, 19 Mar 2019 16:50:57 +0100 Subject: [PATCH] Handle HTTPS in regexes of elide-head To: bug-gnu-emacs@gnu.org * lisp/elide-head.el (elide-head-headers-to-hide): Modify GPL regexp to also match licenses using https scheme. --- lisp/elide-head.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/elide-head.el b/lisp/elide-head.el index 82d08190a6..c1678c003d 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -52,7 +52,7 @@ elide-head (defcustom elide-head-headers-to-hide '(("is free software[:;] you can redistribute it" . ; GNU boilerplate "\\(Boston, MA 0211\\(1-1307\\|0-1301\\), USA\\|\ -If not, see \\)\\.") +If not, see \\)\\.") ("The Regents of the University of California\\. All rights reserved\\." . "SUCH DAMAGE\\.") ; BSD ("Permission is hereby granted, free of charge" . ; X11 -- 2.11.0