diff options
| author | Glenn Morris | 2011-10-17 23:52:32 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-10-17 23:52:32 -0700 |
| commit | 80c6d77f2dd99752b1a4090350414a66b7409e7e (patch) | |
| tree | 953ff437d38f7616efe151f87a19439d2bd2a8d9 /lisp | |
| parent | c9eb8bd155ba657d7b4e45ea7f84b01d8f59b699 (diff) | |
| download | emacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.tar.gz emacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.zip | |
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')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21f52e8ca03..0562f2f2fa0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-10-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745) | ||
| 4 | |||
| 1 | 2011-10-18 Chong Yidong <cyd@gnu.org> | 5 | 2011-10-18 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * faces.el (cursor): Doc fix. | 7 | * faces.el (cursor): Doc fix. |
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 @@ | |||
| 22676 | (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the | 22676 | (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the |
| 22677 | backend when calling vc-mode-line. | 22677 | backend when calling vc-mode-line. |
| 22678 | (vc-register): Do not create a closure for calling the vc register | 22678 | (vc-register): Do not create a closure for calling the vc register |
| 22679 | function, call it directly. | 22679 | function, call it directly. No longer obey vc-initial-comment. |
| 22680 | 22680 | ||
| 22681 | 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> | 22681 | 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 22682 | 22682 | ||
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 62536fd94be..cdc4f155083 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -675,6 +675,8 @@ | |||
| 675 | :type 'boolean | 675 | :type 'boolean |
| 676 | :group 'vc) | 676 | :group 'vc) |
| 677 | 677 | ||
| 678 | (make-obsolete-variable 'vc-initial-comment "it has no effect." "23.2") | ||
| 679 | |||
| 678 | (defcustom vc-default-init-revision "1.1" | 680 | (defcustom vc-default-init-revision "1.1" |
| 679 | "A string used as the default revision number when a new file is registered. | 681 | "A string used as the default revision number when a new file is registered. |
| 680 | This can be overridden by giving a prefix argument to \\[vc-register]. This | 682 | This can be overridden by giving a prefix argument to \\[vc-register]. This |