]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Recognize the Latin-1 copyright symbol.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 00:37:04 +0000 (00:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 00:37:04 +0000 (00:37 +0000)
lisp/emacs-lisp/copyright.el

index 1f0f6e249eb988f0e6ad49ec4858d0f5cb59737e..2472aa56e2e52aecc948da8fd6eef8524c3e3571 100644 (file)
@@ -36,8 +36,8 @@
 
 
 (defvar copyright-regexp
-  "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\
-\\|[Cc]opyright\\s *:?\\s *\251\\)\
+  "\\([\81©\251]\\|[Cc]opyright\\s *:?\\s *(C)\
+\\|[Cc]opyright\\s *:?\\s *[\81©\251]\\)\
 \\s *\\([1-9][-0-9, ']*[0-9]+\\) "
   "*What your copyright notice looks like.
 The second \\( \\) construct must match the years.")