# HG changeset patch # User Richard M. Stallman # Date 893451483 0 # Node ID 14ad51433254ae6730f857d951b8ff1d66d44103 # Parent 1d6cc4a65d7029474ea312c1fe525a89af302990 (copyright-regexp): Put \251 before the multibyte copyright symbol. diff -r 1d6cc4a65d70 -r 14ad51433254 lisp/emacs-lisp/copyright.el --- a/lisp/emacs-lisp/copyright.el Fri Apr 24 20:30:56 1998 +0000 +++ b/lisp/emacs-lisp/copyright.el Fri Apr 24 20:58:03 1998 +0000 @@ -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."