From 5382dacc9bc388f7752fdfb333e348d001055b3c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 4 Aug 1997 00:39:09 +0000 Subject: [PATCH] (copyright-regexp): Recognize @copyright{}. --- lisp/emacs-lisp/copyright.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 2472aa56e2e..c876d4c2fc0 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -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. -- 2.39.2