Mercurial > emacs
changeset 43169:717543e790e1
(copyright-regexp): Delete the unibyte copyright symbol; it's redundant.
Fix a spazz in the multibyte encoding here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Feb 2002 17:39:27 +0000 |
parents | 3d510ec26d69 |
children | a2f11ee215ea |
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 Thu Feb 07 17:33:40 2002 +0000 +++ b/lisp/emacs-lisp/copyright.el Thu Feb 07 17:39:27 2002 +0000 @@ -46,8 +46,8 @@ ;; The character classes include the unibyte (C) sign, ;; the Latin-1 version, and the Latin-9 version. (defcustom copyright-regexp - "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\ -\\|[Cc]opyright\\s *:?\\s *[\251]\\)\ + "\\([]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\ +\\|[Cc]opyright\\s *:?\\s *[]\\)\ \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)" "*What your copyright notice looks like. The second \\( \\) construct must match the years."