emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110256: Comment for vc-rcs


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110256: Comment for vc-rcs
Date: Sat, 29 Sep 2012 16:19:46 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110256
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-29 16:19:46 -0700
message:
  Comment for vc-rcs
modified:
  lisp/vc/vc-rcs.el
=== modified file 'lisp/vc/vc-rcs.el'
--- a/lisp/vc/vc-rcs.el 2012-09-29 19:19:17 +0000
+++ b/lisp/vc/vc-rcs.el 2012-09-29 23:19:46 +0000
@@ -89,6 +89,9 @@
   :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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]