# HG changeset patch # User Glenn Morris # Date 1256355827 0 # Node ID 5d9281801a59c0ba4f0201afb8235899c81b1d0b # Parent 40fde606ec602d6aeb04ba97e0e8412099f805a8 Convert comment about autoload into autoload comment. (vc-responsible-backend): Fix declaration. diff -r 40fde606ec60 -r 5d9281801a59 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 24 03:42:18 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 24 03:43:47 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-24 Glenn Morris + + * vc-hooks.el (vc-responsible-backend): Fix declaration. + 2009-10-24 Stefan Monnier * minibuffer.el (completion--embedded-envvar-table): Fix last change. diff -r 40fde606ec60 -r 5d9281801a59 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Sat Oct 24 03:42:18 2009 +0000 +++ b/lisp/vc-hooks.el Sat Oct 24 03:43:47 2009 +0000 @@ -205,7 +205,7 @@ ;; 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 @@ (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))