emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/copyright.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/copyright.el
Date: Thu, 07 Feb 2002 12:39:27 -0500

Index: emacs/lisp/emacs-lisp/copyright.el
diff -c emacs/lisp/emacs-lisp/copyright.el:1.39 
emacs/lisp/emacs-lisp/copyright.el:1.40
*** emacs/lisp/emacs-lisp/copyright.el:1.39     Mon Jan 21 21:19:01 2002
--- emacs/lisp/emacs-lisp/copyright.el  Thu Feb  7 12:39:27 2002
***************
*** 46,53 ****
  ;; 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©Ž©]\\)\
  \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
    "*What your copyright notice looks like.
  The second \\( \\) construct must match the years."
--- 46,53 ----
  ;; The character classes include the unibyte (C) sign,
  ;; the Latin-1 version, and the Latin-9 version.
  (defcustom copyright-regexp
!  "\\([©Ž©]\\|@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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]