changeset 19108:68f319192499

(copyright-regexp): Recognize @copyright{}.
author Richard M. Stallman <rms@gnu.org>
date Mon, 04 Aug 1997 00:39:09 +0000
parents 218d5b131575
children 98515e50136d
files lisp/emacs-lisp/copyright.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.