From 2db0da92f8e5ed4e8ab7fa1bd8467f0f0a94e1f8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 22 Jan 2002 02:19:12 +0000 Subject: [PATCH] (copyright-regexp): Fix previous change. --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/copyright.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11f3624ba32..fd209047da2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2002-01-21 Richard M. Stallman + * 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. diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 93ee030e7bf..26ce7b9c071 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -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©Ž©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\((C)\\)?\ + "\\([\251©Ž©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\ \\|[Cc]opyright\\s *:?\\s *[\251©Ž©]\\)\ \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)" "*What your copyright notice looks like. -- 2.39.2