From: Glenn Morris Date: Tue, 22 Apr 2008 02:58:19 +0000 (+0000) Subject: Add copyright-at-end-flag. X-Git-Tag: emacs-pretest-23.0.90~6145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59ba20a2eb266158fc5793ef366d8b3b2d918e2c;p=emacs.git Add copyright-at-end-flag. --- diff --git a/etc/NEWS b/etc/NEWS index 010661a0af7..760c9c5af53 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -480,6 +480,9 @@ the first error encountered during compilations. Only copyright lines with holders matching copyright-names-regexp will be considered for update. +** The `copyright' package looks for copyright at the end of the buffer +if `copyright-at-end-flag' is non-nil (change-log-mode sets this). + ** eldoc highlights the function argument under point with the face `eldoc-highlight-function-argument'.