summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-04-24 20:58:03 +0000
committerRichard M. Stallman <rms@gnu.org>1998-04-24 20:58:03 +0000
commitaabf58d159fabda9dd81580c0bb7e2cf1e5f64a9 (patch)
tree860793da55a50c2c9f94fc8686780407fbc3ec0f /lisp/emacs-lisp
parentb26aba387993393f2a59e92f618c1afbcca4e8f8 (diff)
downloademacs-aabf58d159fabda9dd81580c0bb7e2cf1e5f64a9.tar.gz
emacs-aabf58d159fabda9dd81580c0bb7e2cf1e5f64a9.tar.bz2
emacs-aabf58d159fabda9dd81580c0bb7e2cf1e5f64a9.zip
(copyright-regexp): Put \251 before the multibyte copyright symbol.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/copyright.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 465d9ffae42..01dedb7237e 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -43,8 +43,8 @@
(defcustom copyright-regexp
- "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
-\\|[Cc]opyright\\s *:?\\s *[\251]\\)\
+ "\\([\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.
The second \\( \\) construct must match the years."