]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename project-{find-file-in-root,root-find-file}
authorDmitry Gutov <dmitry@gutov.dev>
Mon, 16 Sep 2024 23:11:52 +0000 (02:11 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Sep 2024 10:48:50 +0000 (12:48 +0200)
* lisp/progmodes/project.el (project-root-find-file):
Rename from 'project-find-file-in-root' (bug#73044).

(cherry picked from commit 8eb66cca78dca27d58a8881b587b3340043a74f7)

etc/NEWS
lisp/progmodes/project.el

index 7284ad5335cff85de8c212f11942bb53d23c8858..875a614915dce1e6cba15ffc218bfca4aaffd5ed 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -84,7 +84,7 @@ This hook allows you to control which tab-bar tabs are auto-resized.
 ** Project
 
 ---
-*** New command 'project-find-file-in-root'.
+*** New command 'project-root-find-file'.
 It is equivalent to running ‘project-any-command’ with ‘find-file’.
 
 \f
index 83cd3f4f7cb3b9a384b5b9aa154a6f6063059576..714acc5faca14c8dfafb3376fc3e25a7702bfa38 100644 (file)
@@ -1076,7 +1076,7 @@ using a command like `project-find-file'."
     filename))
 
 ;;;###autoload
-(defun project-find-file-in-root (filename)
+(defun project-root-find-file (filename)
   "Edit file FILENAME.
 
 Interactively, prompt for FILENAME, defaulting to the root directory of