summaryrefslogtreecommitdiff
path: root/lisp/elide-head.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-07-07 09:27:04 +0000
committerLute Kamstra <lute@gnu.org>2005-07-07 09:27:04 +0000
commit0df0b0e953d44b8258de4c15f05e79181e2a57a6 (patch)
tree559ff809e5af4d488a217704c8d64d83d9363bbb /lisp/elide-head.el
parentcf00671d1f6abf1b4f336ad66b37bae953fa13de (diff)
downloademacs-0df0b0e953d44b8258de4c15f05e79181e2a57a6.tar.gz
(elide-head-headers-to-hide): Recognize the FSF's new address as well.
Diffstat (limited to 'lisp/elide-head.el')
-rw-r--r--lisp/elide-head.el4
1 files changed, 2 insertions, 2 deletions
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.