]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Recognize @copyright{}.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 00:39:09 +0000 (00:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 00:39:09 +0000 (00:39 +0000)
lisp/emacs-lisp/copyright.el

index 2472aa56e2e52aecc948da8fd6eef8524c3e3571..c876d4c2fc0fdb44a44a02b4559d8fda9cddb567 100644 (file)
@@ -36,7 +36,7 @@
 
 
 (defvar copyright-regexp
-  "\\([\81©\251]\\|[Cc]opyright\\s *:?\\s *(C)\
+  "\\([\81©\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
 \\|[Cc]opyright\\s *:?\\s *[\81©\251]\\)\
 \\s *\\([1-9][-0-9, ']*[0-9]+\\) "
   "*What your copyright notice looks like.