]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 Feb 2024 18:18:08 +0000 (13:18 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:52:54 +0000 (18:52 +0100)
(cherry picked from commit c6f2add964ce1ac69ba6705bc869ee2f447da3cb)

lisp/vc/vc-hooks.el

index a95cc732dab4b3063900f1e68e60efaa6830d2e9..75f68dd80d14a1d388ec4daebeb31d34ea3713cc 100644 (file)
@@ -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)))