emacs-diffs
[Top][All Lists]
Advanced

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

master d8959347d9: * lisp/elide-head.el (elide-head-headers-to-hide): Si


From: Stefan Kangas
Subject: master d8959347d9: * lisp/elide-head.el (elide-head-headers-to-hide): Simplify.
Date: Mon, 3 Jan 2022 01:53:29 -0500 (EST)

branch: master
commit d8959347d918f3f725d38094bdb90d7f923d9edb
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/elide-head.el (elide-head-headers-to-hide): Simplify.
---
 lisp/elide-head.el | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/lisp/elide-head.el b/lisp/elide-head.el
index 79af01bd48..619d350c80 100644
--- a/lisp/elide-head.el
+++ b/lisp/elide-head.el
@@ -55,17 +55,14 @@
      "\\(If not, see <https?://www\\.gnu\\.org/licenses/>\\|\
 Boston, MA 0211\\(1-1307\\|0-1301\\), USA\\|\
 675 Mass Ave, Cambridge, MA 02139, USA\\)\\.")
-    ;; FreeBSD license
+    ;; FreeBSD license / Modified BSD license (3-clause)
     (,(rx (or "The Regents of the University of California.  All rights 
reserved."
               "Redistribution and use in source and binary"))
-     . "THE POSSIBILITY OF SUCH DAMAGE\\.")
+     . "POSSIBILITY OF SUCH DAMAGE\\.")
     ;; X11 and Expat
     ("Permission is hereby granted, free of charge" .
-     ,(rx (or "authorization from the X Consortium."          ; X11
-              "THE USE OR OTHER DEALINGS IN THE SOFTWARE."))) ; Expat
-    ;; Modified BSD license (3-clause)
-    ("Redistribution and use in source and binary forms"
-     . "POSSIBILITY OF SUCH DAMAGE\\."))
+     ,(rx (or "authorization from the X Consortium."           ; X11
+              "THE USE OR OTHER DEALINGS IN THE SOFTWARE.")))) ; Expat
   "Alist of regexps defining start and end of text to elide.
 
 The cars of elements of the list are searched for in order.  Text is



reply via email to

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