]> git.eshelyaron.com Git - emacs.git/commitdiff
(copyright-regexp): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Jan 2002 02:19:12 +0000 (02:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Jan 2002 02:19:12 +0000 (02:19 +0000)
lisp/ChangeLog
lisp/emacs-lisp/copyright.el

index 11f3624ba325b5a2b518c06de834444c2ecfeb41..fd209047da28440867a4423256ee0111cfb1bd30 100644 (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.
index 93ee030e7bf8971d4a9f33176ee1a4ce6e9685bb..26ce7b9c071a05040133197a6375dfb9d1efe89e 100644 (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\81©\8e©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\((C)\\)?\
"\\([\251\81\81©\8e\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\
 \\|[Cc]opyright\\s *:?\\s *[\251\81©\8e©]\\)\
 \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)"
   "*What your copyright notice looks like.