From aabf58d159fabda9dd81580c0bb7e2cf1e5f64a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 24 Apr 1998 20:58:03 +0000 Subject: [PATCH] (copyright-regexp): Put \251 before the multibyte copyright symbol. --- lisp/emacs-lisp/copyright.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 465d9ffae42..01dedb7237e 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -43,8 +43,8 @@ (defcustom copyright-regexp - "\\([©\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\ -\\|[Cc]opyright\\s *:?\\s *[©\251]\\)\ + "\\([\251©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\ +\\|[Cc]opyright\\s *:?\\s *[\251©]\\)\ \\s *\\([1-9][-0-9, ']*[0-9]+\\) " "*What your copyright notice looks like. The second \\( \\) construct must match the years." -- 2.39.2