diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/elide-head.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/elide-head.el b/lisp/elide-head.el index 90bf1fe35b5..75a3612df91 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -53,8 +53,8 @@ `(;; GNU GPL ("is free software[:;] you can redistribute it" . ,(rx (or (seq "If not, see " (? "<") - "http" (? "s") "://www.gnu.org/licenses/" - (? ">") (? " ")) + "http" (? "s") "://www.gnu.org/licenses" + (? "/") (? ">") (? " ")) (seq "Boston, MA " (? " ") "0211" (or "1-1307" "0-1301") (or " " ", ") "USA") |