* lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)
This commit is contained in:
parent
e02c4a864f
commit
c6f2add964
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue