aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
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."
4021;; We plan to reuse the name `vc-print-branch-log' for the 4021;; We plan to reuse the name `vc-print-branch-log' for the
4022;; fileset-specific command in Emacs 32.1. --spwhitton 4022;; fileset-specific command in Emacs 32.1. --spwhitton
4023(define-obsolete-function-alias 4023(define-obsolete-function-alias
4024 #'vc-print-branch-log 4024 'vc-print-branch-log
4025 #'vc-print-root-branch-log 4025 #'vc-print-root-branch-log
4026 "31.1") 4026 "31.1")
4027 4027