diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11f3624ba32..fd209047da2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2002-01-21 Richard M. Stallman <rms@gnu.org> | 1 | 2002-01-21 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. | ||
| 4 | |||
| 5 | * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed): | ||
| 6 | Move defvar up. | ||
| 7 | |||
| 3 | * textmodes/ispell.el (ispell-help): Clean up echo area if user quits. | 8 | * textmodes/ispell.el (ispell-help): Clean up echo area if user quits. |
| 4 | 9 | ||
| 5 | * ibuffer.el: Don't require ibuf-ext at load time. | 10 | * 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." | |||
| 46 | ;; The character classes include the unibyte (C) sign, | 46 | ;; The character classes include the unibyte (C) sign, |
| 47 | ;; the Latin-1 version, and the Latin-9 version. | 47 | ;; the Latin-1 version, and the Latin-9 version. |
| 48 | (defcustom copyright-regexp | 48 | (defcustom copyright-regexp |
| 49 | "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\((C)\\)?\ | 49 | "\\([\251]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *\\(?:(C)\\)?\ |
| 50 | \\|[Cc]opyright\\s *:?\\s *[\251]\\)\ | 50 | \\|[Cc]opyright\\s *:?\\s *[\251]\\)\ |
| 51 | \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)" | 51 | \\s *\\([1-9]\\([-0-9, ';\n\t]\\|\\s<\\|\\s>\\)*[0-9]+\\)" |
| 52 | "*What your copyright notice looks like. | 52 | "*What your copyright notice looks like. |