* 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
+2011-10-18 Glenn Morris <rgm@gnu.org>
+
+ * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
+
2011-10-18 Chong Yidong <cyd@gnu.org>
* display.texi (Faces): Simplify discussion. Move documentation
numeric argument; then it reads the initial revision ID for this
particular file using the minibuffer.
-@vindex vc-initial-comment
- If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an
-initial comment to describe the purpose of this source file. Reading
-the initial comment works like reading a log entry (@pxref{Log Buffer}).
+@c See http://debbugs.gnu.org/9745
+@c @vindex vc-initial-comment
+@c If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an
+@c initial comment to describe the purpose of this source file. Reading
+@c the initial comment works like reading a log entry (@pxref{Log Buffer}).
@node VC Change Log
@subsubsection VC Change Log
*** New command `vc-ediff' allows visual comparison of two revisions
of a file similar to `vc-diff', but using ediff backend.
++++
+*** The option vc-initial-comment was removed in Emacs 23.2, but
+this was not advertised at the time.
+
** FIXME: xdg-open for browse-url and reportbug, 2010/08.
** Obsolete modes
+2011-10-18 Glenn Morris <rgm@gnu.org>
+
+ * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
+
2011-10-18 Chong Yidong <cyd@gnu.org>
* faces.el (cursor): Doc fix.
(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>
:type 'boolean
:group 'vc)
+(make-obsolete-variable 'vc-initial-comment "it has no effect." "23.2")
+
(defcustom vc-default-init-revision "1.1"
"A string used as the default revision number when a new file is registered.
This can be overridden by giving a prefix argument to \\[vc-register]. This