From e93a1a835e82cf8e86f84f6851e6524d0bab8697 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 11 Aug 2022 13:11:50 +0200 Subject: [PATCH] * lisp/vc/emerge.el (emerge-show-file-name): Make obsolete. --- lisp/vc/emerge.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/vc/emerge.el b/lisp/vc/emerge.el index 6ee20bf59ba..de09be80e7c 100644 --- a/lisp/vc/emerge.el +++ b/lisp/vc/emerge.el @@ -2960,6 +2960,7 @@ If some prefix of KEY has a non-prefix definition, it is redefined." If the name won't fit on one line, the minibuffer is expanded to hold it, and the command waits for a keystroke from the user. If the keystroke is SPC, it is ignored; if it is anything else, it is processed as a command." + (declare (obsolete nil "29.1")) (interactive) (let ((name (buffer-file-name))) (or name -- 2.39.5