(copyright-regexp): Fix previous change.

This commit is contained in:
Richard M. Stallman 2002-01-22 02:19:12 +00:00
parent 00dc02800f
commit 2db0da92f8
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
2002-01-21 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
* net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
Move defvar up.
* textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
* ibuffer.el: Don't require ibuf-ext at load time.

View file

@ -46,7 +46,7 @@ A value of nil means to search whole buffer."
;; The character classes include the unibyte (C) sign,
;; the Latin-1 version, and the Latin-9 version.
(defcustom copyright-regexp
"\\([\251<EFBFBD>©Ž©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\((C)\\)?\
"\\([\251<EFBFBD><EFBFBD>©Ž<EFBFBD>©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
\\|[Cc]opyright\\s *:?\\s *[\251<EFBFBD>©Ž©]\\)\
\\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
"*What your copyright notice looks like.