From: Glenn Morris Date: Sat, 24 Oct 2009 03:43:47 +0000 (+0000) Subject: Convert comment about autoload into autoload comment. X-Git-Tag: emacs-pretest-23.1.90~681 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d270305a6543f4f86ef84107e049ae831e7df081;p=emacs.git Convert comment about autoload into autoload comment. (vc-responsible-backend): Fix declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8363cb40bda..fe7d42bd3cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 7e85ed89fd2..e8e3d743a2a 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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))