1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

Convert comment about autoload into autoload comment.

(vc-responsible-backend): Fix declaration.
This commit is contained in:
Glenn Morris 2009-10-24 03:43:47 +00:00
parent 12ea3d6524
commit d270305a65
2 changed files with 6 additions and 2 deletions

View 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.

View 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))