# HG changeset patch # User Richard M. Stallman # Date 870655149 0 # Node ID 68f319192499e68d9f0bf8712b08550d61ec65c7 # Parent 218d5b131575f9694360d2267d896547102d8a0e (copyright-regexp): Recognize @copyright{}. diff -r 218d5b131575 -r 68f319192499 lisp/emacs-lisp/copyright.el --- a/lisp/emacs-lisp/copyright.el Mon Aug 04 00:37:04 1997 +0000 +++ b/lisp/emacs-lisp/copyright.el Mon Aug 04 00:39:09 1997 +0000 @@ -36,7 +36,7 @@ (defvar copyright-regexp - "\\([\251]\\|[Cc]opyright\\s *:?\\s *(C)\ + "\\([\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.