From 8afbcb0ffeafd423addebac074fc8237eb10751b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 28 Dec 2025 13:02:03 +0000 Subject: [PATCH] ; * lisp/vc/vc.el (vc-print-branch-log): Fix declaration. --- lisp/vc/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 1c7e66f6b5f..f0923d14641 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -4021,7 +4021,7 @@ The command prompts for the branch whose change log to show." ;; We plan to reuse the name `vc-print-branch-log' for the ;; fileset-specific command in Emacs 32.1. --spwhitton (define-obsolete-function-alias - #'vc-print-branch-log + 'vc-print-branch-log #'vc-print-root-branch-log "31.1")