changeset 64130:6e6a8d280410

(elide-head-headers-to-hide): Recognize the FSF's new address as well.
author Lute Kamstra <lute@gnu.org>
date Thu, 07 Jul 2005 09:27:04 +0000
parents d24a2744b7ca
children 2bda692430ad
files lisp/elide-head.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/elide-head.el	Thu Jul 07 08:39:54 2005 +0000
+++ b/lisp/elide-head.el	Thu Jul 07 09:27:04 2005 +0000
@@ -53,9 +53,9 @@
 
 (defcustom elide-head-headers-to-hide
   '(("is free software; you can redistribute it" . ; GNU boilerplate
-     "Boston, MA 02111-1307, USA\\.")
+     "Boston, MA 0211\\(1-1307\\|0-1301\\), USA\\.")
     ("The Regents of the University of California\\.  All rights reserved\\." .
-     "SUCH DAMAGE\\.")			; BSD
+     "SUCH DAMAGE\\.")				      ; BSD
     ("Permission is hereby granted, free of charge" . ; X11
      "authorization from the X Consortium\\."))
   "Alist of regexps defining start end end of text to elide.