]> git.eshelyaron.com Git - emacs.git/commitdiff
Convert comment about autoload into autoload comment.
authorGlenn Morris <rgm@gnu.org>
Sat, 24 Oct 2009 03:43:47 +0000 (03:43 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 24 Oct 2009 03:43:47 +0000 (03:43 +0000)
(vc-responsible-backend): Fix declaration.

lisp/ChangeLog
lisp/vc-hooks.el

index 8363cb40bda558919e600fd2abc23913097fcbd2..fe7d42bd3cc7353c0986db0d9f1a5d62e58a2889 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * vc-hooks.el (vc-responsible-backend): Fix declaration.
+
 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (completion--embedded-envvar-table): Fix last change.
index 7e85ed89fd2aa44cdebfc36611853f34604bddae..e8e3d743a2a4d76ffa93b9f8e1dcb70532aa3778 100644 (file)
@@ -205,7 +205,7 @@ individually should stay local."
 ;; Tell Emacs about this new kind of minor mode
 ;; (add-to-list 'minor-mode-alist '(vc-mode vc-mode))
 
-;; Autoload if this file no longer dumped.
+;;;###autoload
 (put 'vc-mode 'risky-local-variable t)
 (make-variable-buffer-local 'vc-mode)
 (put 'vc-mode 'permanent-local t)
@@ -1019,7 +1019,7 @@ current, and kill the buffer that visits the link."
 
 (defalias 'vc-menu-map vc-menu-map)
 
-(declare-function vc-responsible-backend "vc" (file &optional register))
+(declare-function vc-responsible-backend "vc" (file))
 
 (defun vc-menu-map-filter (orig-binding)
   (if (and (symbolp orig-binding) (fboundp orig-binding))