emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110255: Comment for vc-sccs


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

------------------------------------------------------------
revno: 110255
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-29 16:18:33 -0700
message:
  Comment for vc-sccs
modified:
  lisp/vc/vc-sccs.el
=== modified file 'lisp/vc/vc-sccs.el'
--- a/lisp/vc/vc-sccs.el        2012-09-29 19:19:17 +0000
+++ b/lisp/vc/vc-sccs.el        2012-09-29 23:18:33 +0000
@@ -74,6 +74,9 @@
   :version "24.1"     ; no longer consult the obsolete vc-header-alist
   :group 'vc-sccs)
 
+;; This needs to be autoloaded because vc-sccs-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-sccs-master-templates
   (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir))


reply via email to

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