aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Schmidt2013-02-01 18:19:24 +0100
committerChristopher Schmidt2013-02-01 18:19:24 +0100
commitaf314ba001f576c59dcc2df8506b34cdf12b5c63 (patch)
tree5c8eb74da10eef10928dc725e75ceb9e81ee6f57
parent7b6d5ecf80c1dd407bc7201242eb01e3be6d02c5 (diff)
downloademacs-af314ba001f576c59dcc2df8506b34cdf12b5c63.tar.gz
emacs-af314ba001f576c59dcc2df8506b34cdf12b5c63.zip
* vc/vc-arch.el (vc-arch-registered):
* vc/vc-bzr.el (vc-bzr-registered): * vc/vc-cvs.el (vc-cvs-registered): * vc/vc-git.el (vc-git-registered): * vc/vc-hg.el (vc-hg-registered): * vc/vc-mtn.el (vc-mtn-registered): * vc/vc-svn.el (vc-svn-registered): Suppress load messages. (Bug#13139)
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/vc/vc-arch.el2
-rw-r--r--lisp/vc/vc-bzr.el2
-rw-r--r--lisp/vc/vc-cvs.el2
-rw-r--r--lisp/vc/vc-git.el2
-rw-r--r--lisp/vc/vc-hg.el2
-rw-r--r--lisp/vc/vc-mtn.el2
-rw-r--r--lisp/vc/vc-svn.el2
8 files changed, 16 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e42b513baea..9fba2817b1e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12012-02-01 Christopher Schmidt <christopher@ch.ristopher.com> 12012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
2 2
3 * vc/vc-arch.el (vc-arch-registered):
4 * vc/vc-bzr.el (vc-bzr-registered):
5 * vc/vc-cvs.el (vc-cvs-registered):
6 * vc/vc-git.el (vc-git-registered):
7 * vc/vc-hg.el (vc-hg-registered):
8 * vc/vc-mtn.el (vc-mtn-registered):
9 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
10 (Bug#13139)
11
3 * info.el (Info-next-reference, Info-prev-reference): Add numeric 12 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4 prefix argument. (Bug#11656) 13 prefix argument. (Bug#11656)
5 14
diff --git a/lisp/vc/vc-arch.el b/lisp/vc/vc-arch.el
index 3dbaae52b37..52609457ebc 100644
--- a/lisp/vc/vc-arch.el
+++ b/lisp/vc/vc-arch.el
@@ -101,7 +101,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
101;;;###autoload (defun vc-arch-registered (file) 101;;;###autoload (defun vc-arch-registered (file)
102;;;###autoload (if (vc-find-root file "{arch}/=tagging-method") 102;;;###autoload (if (vc-find-root file "{arch}/=tagging-method")
103;;;###autoload (progn 103;;;###autoload (progn
104;;;###autoload (load "vc-arch") 104;;;###autoload (load "vc-arch" nil t)
105;;;###autoload (vc-arch-registered file)))) 105;;;###autoload (vc-arch-registered file))))
106 106
107(defun vc-arch-add-tagline () 107(defun vc-arch-add-tagline ()
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 0968c83ae5f..d0912cb719c 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -291,7 +291,7 @@ in the repository root directory of FILE."
291;;;###autoload (defun vc-bzr-registered (file) 291;;;###autoload (defun vc-bzr-registered (file)
292;;;###autoload (if (vc-find-root file vc-bzr-admin-checkout-format-file) 292;;;###autoload (if (vc-find-root file vc-bzr-admin-checkout-format-file)
293;;;###autoload (progn 293;;;###autoload (progn
294;;;###autoload (load "vc-bzr") 294;;;###autoload (load "vc-bzr" nil t)
295;;;###autoload (vc-bzr-registered file)))) 295;;;###autoload (vc-bzr-registered file))))
296 296
297(defun vc-bzr-registered (file) 297(defun vc-bzr-registered (file)
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el
index d90596baca0..407e691439b 100644
--- a/lisp/vc/vc-cvs.el
+++ b/lisp/vc/vc-cvs.el
@@ -198,7 +198,7 @@ See also variable `vc-cvs-sticky-date-format-string'."
198;;;###autoload "Return non-nil if file F is registered with CVS." 198;;;###autoload "Return non-nil if file F is registered with CVS."
199;;;###autoload (when (file-readable-p (expand-file-name 199;;;###autoload (when (file-readable-p (expand-file-name
200;;;###autoload "CVS/Entries" (file-name-directory f))) 200;;;###autoload "CVS/Entries" (file-name-directory f)))
201;;;###autoload (load "vc-cvs") 201;;;###autoload (load "vc-cvs" nil t)
202;;;###autoload (vc-cvs-registered f))) 202;;;###autoload (vc-cvs-registered f)))
203 203
204(defun vc-cvs-registered (file) 204(defun vc-cvs-registered (file)
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 29f7aaa5480..17de931628b 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -168,7 +168,7 @@ matching the resulting Git log output, and KEYWORDS is a list of
168;;;###autoload "Return non-nil if FILE is registered with git." 168;;;###autoload "Return non-nil if FILE is registered with git."
169;;;###autoload (if (vc-find-root file ".git") ; Short cut. 169;;;###autoload (if (vc-find-root file ".git") ; Short cut.
170;;;###autoload (progn 170;;;###autoload (progn
171;;;###autoload (load "vc-git") 171;;;###autoload (load "vc-git" nil t)
172;;;###autoload (vc-git-registered file)))) 172;;;###autoload (vc-git-registered file))))
173 173
174(defun vc-git-registered (file) 174(defun vc-git-registered (file)
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index 5c8201e51cc..f39ef568e8b 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -176,7 +176,7 @@ highlighting the Log View buffer."
176;;;###autoload "Return non-nil if FILE is registered with hg." 176;;;###autoload "Return non-nil if FILE is registered with hg."
177;;;###autoload (if (vc-find-root file ".hg") ; short cut 177;;;###autoload (if (vc-find-root file ".hg") ; short cut
178;;;###autoload (progn 178;;;###autoload (progn
179;;;###autoload (load "vc-hg") 179;;;###autoload (load "vc-hg" nil t)
180;;;###autoload (vc-hg-registered file)))) 180;;;###autoload (vc-hg-registered file))))
181 181
182;; Modeled after the similar function in vc-bzr.el 182;; Modeled after the similar function in vc-bzr.el
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index f2569e2145d..06827a5e027 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -72,7 +72,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
72;;;###autoload (defun vc-mtn-registered (file) 72;;;###autoload (defun vc-mtn-registered (file)
73;;;###autoload (if (vc-find-root file vc-mtn-admin-format) 73;;;###autoload (if (vc-find-root file vc-mtn-admin-format)
74;;;###autoload (progn 74;;;###autoload (progn
75;;;###autoload (load "vc-mtn") 75;;;###autoload (load "vc-mtn" nil t)
76;;;###autoload (vc-mtn-registered file)))) 76;;;###autoload (vc-mtn-registered file))))
77 77
78(defun vc-mtn-revision-granularity () 'repository) 78(defun vc-mtn-revision-granularity () 'repository)
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
index b79af07a756..fcdd792a69b 100644
--- a/lisp/vc/vc-svn.el
+++ b/lisp/vc/vc-svn.el
@@ -123,7 +123,7 @@ If you want to force an empty list of arguments, use t."
123;;;###autoload "_svn") 123;;;###autoload "_svn")
124;;;###autoload (t ".svn")))) 124;;;###autoload (t ".svn"))))
125;;;###autoload (when (vc-find-root f admin-dir) 125;;;###autoload (when (vc-find-root f admin-dir)
126;;;###autoload (load "vc-svn") 126;;;###autoload (load "vc-svn" nil t)
127;;;###autoload (vc-svn-registered f)))) 127;;;###autoload (vc-svn-registered f))))
128 128
129(defun vc-svn-registered (file) 129(defun vc-svn-registered (file)