emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c6f2add964c: * lisp/vc/vc-hooks.el (vc-mode): Give a body to the


From: Stefan Monnier
Subject: master c6f2add964c: * lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)
Date: Sun, 25 Feb 2024 13:18:14 -0500 (EST)

branch: master
commit c6f2add964ce1ac69ba6705bc869ee2f447da3cb
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)
---
 lisp/vc/vc-hooks.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]