summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.15
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-10-17 23:52:32 -0700
committerGlenn Morris <rgm@gnu.org>2011-10-17 23:52:32 -0700
commit80c6d77f2dd99752b1a4090350414a66b7409e7e (patch)
tree953ff437d38f7616efe151f87a19439d2bd2a8d9 /lisp/ChangeLog.15
parentc9eb8bd155ba657d7b4e45ea7f84b01d8f59b699 (diff)
downloademacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.tar.gz
Doc fixes related to vc-initial-comment.
* doc/emacs/maintaining.texi (Registering): Remove vc-initial-comment. * lisp/vc/vc.el (vc-initial-comment): Mark as obsolete. * lisp/ChangeLog.15: Fix old entry. * etc/NEWS: Mention this. Fixes: debbugs:9745
Diffstat (limited to 'lisp/ChangeLog.15')
-rw-r--r--lisp/ChangeLog.152
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 2acf847cddc..9cb24baeb1f 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -22676,7 +22676,7 @@
(vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
backend when calling vc-mode-line.
(vc-register): Do not create a closure for calling the vc register
- function, call it directly.
+ function, call it directly. No longer obey vc-initial-comment.
2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>