2000-01-14 Gerd Moellmann <gerd@gnu.org>
+ * emacs-lisp/copyright.el (copyright-update): Removed the
+ requirement for a trailing space from `copyright-regexp', to
+ support copyrights with owner specified on a separate line..
+
* align.el: New file.
* menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
(defcustom copyright-regexp
"\\([\251\81©]\\|@copyright{}\\|[Cc]opyright\\s *:?\\s *(C)\
\\|[Cc]opyright\\s *:?\\s *[\251\81©]\\)\
-\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
+\\s *\\([1-9][-0-9, ']*[0-9]+\\)"
"*What your copyright notice looks like.
The second \\( \\) construct must match the years."
:group 'copyright
(if (string= (buffer-substring (- (match-end 2) 2) (match-end 2))
(substring copyright-current-year -2))
()
- (backward-char 1)
(if (or (not copyright-query)
(and (eq copyright-query 'function)
(eq this-command 'copyright-update))