# HG changeset patch # User Lute Kamstra # Date 1120728424 0 # Node ID 6e6a8d280410ecf49788f7e10d0e805966780843 # Parent d24a2744b7ca588ca172f4cc7b5561baf3388c15 (elide-head-headers-to-hide): Recognize the FSF's new address as well. diff -r d24a2744b7ca -r 6e6a8d280410 lisp/elide-head.el --- 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.