summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-22 02:58:19 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-22 02:58:19 +0000
commit59ba20a2eb266158fc5793ef366d8b3b2d918e2c (patch)
treedc20d6d3edfda3efd9e679e1f096560035ed6f46 /etc
parentb218f371303745fa16aafdd281214639f1984895 (diff)
downloademacs-59ba20a2eb266158fc5793ef366d8b3b2d918e2c.tar.gz
Add copyright-at-end-flag.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
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'.