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: Fri, 04 Jan 2002 15:21:32 -0500

Index: emacs/lisp/emacs-lisp/copyright.el
diff -c emacs/lisp/emacs-lisp/copyright.el:1.36 
emacs/lisp/emacs-lisp/copyright.el:1.37
*** emacs/lisp/emacs-lisp/copyright.el:1.36     Wed Oct 10 21:50:43 2001
--- emacs/lisp/emacs-lisp/copyright.el  Fri Jan  4 15:21:31 2002
***************
*** 45,51 ****
  (defcustom copyright-regexp
    "\\([\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."
    :group 'copyright
--- 45,51 ----
  (defcustom copyright-regexp
    "\\([\251©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
  \\|[Cc]opyright\\s *:?\\s *[\251©]\\)\
! \\s *\\([1-9][-0-9, ';\n\t]*[0-9]+\\)"
    "*What your copyright notice looks like.
  The second \\( \\) construct must match the years."
    :group 'copyright



reply via email to

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