From: Richard M. Stallman Date: Fri, 24 Apr 1998 20:58:03 +0000 (+0000) Subject: (copyright-regexp): Put \251 before the multibyte copyright symbol. X-Git-Tag: emacs-20.3~1322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aabf58d159fabda9dd81580c0bb7e2cf1e5f64a9;p=emacs.git (copyright-regexp): Put \251 before the multibyte copyright symbol. --- 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."