diff options
author | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-05-14 21:35:43 +0800 |
commit | dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e (patch) | |
tree | f0c67f9c593578bcf210083c303c93eba7a0cf00 /lisp/vc/vc-hooks.el | |
parent | 2c4e9985922b106389abf659d63d8dd721f2a9bc (diff) | |
parent | 725251094b37727d3acebed22abfb4aa7b9b6592 (diff) | |
download | emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.gz emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.bz2 emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/vc/vc-hooks.el')
-rw-r--r-- | lisp/vc/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index bd2ea337b16..76d97716724 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -966,7 +966,7 @@ In the latter case, VC mode is deactivated for this buffer." (defalias 'vc-menu-map vc-menu-map) -(declare-function vc-responsible-backend "vc" (file)) +(declare-function vc-responsible-backend "vc" (file &optional no-error)) (defun vc-menu-map-filter (orig-binding) (if (and (symbolp orig-binding) (fboundp orig-binding)) |