diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-04 00:39:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-04 00:39:09 +0000 |
commit | 5382dacc9bc388f7752fdfb333e348d001055b3c (patch) | |
tree | 797e4afb76d613d03daddf17728f9c35e6c80d9a /lisp/emacs-lisp | |
parent | 0b596076e667102693307b5ec15bbf73ed8453b0 (diff) | |
download | emacs-5382dacc9bc388f7752fdfb333e348d001055b3c.tar.gz emacs-5382dacc9bc388f7752fdfb333e348d001055b3c.tar.bz2 emacs-5382dacc9bc388f7752fdfb333e348d001055b3c.zip |
(copyright-regexp): Recognize @copyright{}.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |