From: Lute Kamstra Date: Thu, 7 Jul 2005 09:27:04 +0000 (+0000) Subject: (elide-head-headers-to-hide): Recognize the FSF's new address as well. X-Git-Tag: emacs-pretest-22.0.90~8323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0df0b0e953d44b8258de4c15f05e79181e2a57a6;p=emacs.git (elide-head-headers-to-hide): Recognize the FSF's new address as well. --- diff --git a/lisp/elide-head.el b/lisp/elide-head.el index f47e9e871ea..86e3365c5dd 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -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.