Mercurial > emacs
changeset 105735:5d9281801a59
Convert comment about autoload into autoload comment.
(vc-responsible-backend): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 24 Oct 2009 03:43:47 +0000 |
parents | 40fde606ec60 |
children | 4d7a7b574da2 |
files | lisp/ChangeLog lisp/vc-hooks.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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))