X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0d7b2c96d388f5a9b539df3cb7f4ef115e7010b7..5f46725992bf26f887483c14c63c03f5b5794f34:/lisp/vc/vc-dir.el diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 7e4bc13bd8..4955c5abf9 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el @@ -943,6 +943,8 @@ If it is a file, return the corresponding cons for the file itself." (defvar use-vc-backend) ;; dynamically bound +;; Autoload cookie needed by desktop.el. +;;;###autoload (define-derived-mode vc-dir-mode special-mode "VC dir" "Major mode for VC directory buffers. Marking/Unmarking key bindings and actions: @@ -1015,7 +1017,7 @@ specific headers." "\n")) (defun vc-dir-refresh-files (files) - "Refresh some fies in the *VC-dir* buffer." + "Refresh some files in the *VC-dir* buffer." (let ((def-dir default-directory) (backend vc-dir-backend)) (vc-set-mode-line-busy-indicator)