From: Stefan Monnier Date: Sun, 25 Feb 2024 18:18:08 +0000 (-0500) Subject: * lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b77493023a9df81d053619d0c2eada3c779f85c0;p=emacs.git * lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387) (cherry picked from commit c6f2add964ce1ac69ba6705bc869ee2f447da3cb) --- diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index a95cc732dab..75f68dd80d1 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -186,7 +186,8 @@ revision number and lock status." This minor mode is automatically activated whenever you visit a file under control of one of the revision control systems in `vc-handled-backends'. VC commands are globally reachable under the prefix \\[vc-prefix-map]: -\\{vc-prefix-map}") +\\{vc-prefix-map}" + nil) (defmacro vc-error-occurred (&rest body) `(condition-case nil (progn ,@body nil) (error t)))