comparison lisp/emacs-lisp/copyright.el @ 21754:14ad51433254

(copyright-regexp): Put \251 before the multibyte copyright symbol.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Apr 1998 20:58:03 +0000
parents 9b009b58225f
children a191ee97be00
comparison
equal deleted inserted replaced
21753:1d6cc4a65d70 21754:14ad51433254
41 :type '(choice (integer :tag "Limit") 41 :type '(choice (integer :tag "Limit")
42 (const :tag "No limit"))) 42 (const :tag "No limit")))
43 43
44 44
45 (defcustom copyright-regexp 45 (defcustom copyright-regexp
46 "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\ 46 "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
47 \\|[Cc]opyright\\s *:?\\s *[\251]\\)\ 47 \\|[Cc]opyright\\s *:?\\s *[\251]\\)\
48 \\s *\\([1-9][-0-9, ']*[0-9]+\\) " 48 \\s *\\([1-9][-0-9, ']*[0-9]+\\) "
49 "*What your copyright notice looks like. 49 "*What your copyright notice looks like.
50 The second \\( \\) construct must match the years." 50 The second \\( \\) construct must match the years."
51 :group 'copyright 51 :group 'copyright
52 :type 'regexp) 52 :type 'regexp)