emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8eb66cca78d: Rename project-{find-file-in-root, root-find-file}


From: Dmitry Gutov
Subject: master 8eb66cca78d: Rename project-{find-file-in-root, root-find-file}
Date: Tue, 17 Sep 2024 06:00:17 -0400 (EDT)

branch: master
commit 8eb66cca78dca27d58a8881b587b3340043a74f7
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Rename project-{find-file-in-root,root-find-file}
    
    * lisp/progmodes/project.el (project-root-find-file):
    Rename from 'project-find-file-in-root' (bug#73044).
---
 etc/NEWS                  | 2 +-
 lisp/progmodes/project.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 492159439fc..8bd5c7c9515 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -111,7 +111,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’.
 
 
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 220d4dfe853..b29d5ed5404 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -1073,7 +1073,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]