emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01dc2da: Small elide-head.el update


From: Glenn Morris
Subject: [Emacs-diffs] master 01dc2da: Small elide-head.el update
Date: Fri, 5 Apr 2019 20:33:32 -0400 (EDT)

branch: master
commit 01dc2da75ba11f8ddb1ac1802a8c5a7f0caea975
Author: MichaƂ Krzywkowski <address@hidden>
Commit: Glenn Morris <address@hidden>

    Small elide-head.el update
    
    * lisp/elide-head.el (elide-head-headers-to-hide):
    Also match https for GPL.  (Bug#34919)
---
 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 82d0819..c1678c0 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -52,7 +52,7 @@
 (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 <http://www\\.gnu\\.org/licenses/>\\)\\.")
+If not, see <https?://www\\.gnu\\.org/licenses/>\\)\\.")
     ("The Regents of the University of California\\.  All rights reserved\\." .
      "SUCH DAMAGE\\.")                               ; BSD
     ("Permission is hereby granted, free of charge" . ; X11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]