mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Comment for vc-rcs
This commit is contained in:
parent
91740b408c
commit
a123c57a36
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ to use --brief and sets this variable to remember whether it worked."
|
|||
:type '(choice (const :tag "Work out" nil) (const yes) (const no))
|
||||
:group 'vc-rcs)
|
||||
|
||||
;; This needs to be autoloaded because vc-rcs-registered uses it (via
|
||||
;; vc-default-registered), and vc-hooks needs to be able to check
|
||||
;; for a registered backend without loading every backend.
|
||||
;;;###autoload
|
||||
(defcustom vc-rcs-master-templates
|
||||
(purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue