Mercurial > emacs
changeset 21754:14ad51433254
(copyright-regexp): Put \251 before the multibyte copyright symbol.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Apr 1998 20:58:03 +0000 |
parents | 1d6cc4a65d70 |
children | 44c9237d9e52 |
files | lisp/emacs-lisp/copyright.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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."