emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/projectile 271007c661 4/4: Fix a typo


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 271007c661 4/4: Fix a typo
Date: Fri, 17 Mar 2023 07:01:56 -0400 (EDT)

branch: elpa/projectile
commit 271007c6611fcb08ddd326d7de9727c2ad5ef265
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix a typo
---
 projectile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectile.el b/projectile.el
index 058f782986..5cb5055b5e 100644
--- a/projectile.el
+++ b/projectile.el
@@ -4546,7 +4546,7 @@ Switch to the project specific term buffer if it already 
exists.
 
 Use a prefix argument ARG to indicate creation of a new process instead."
   (interactive "P")
-  (project--vterm arg))
+  (projectile--vterm arg))
 
 ;;;###autoload
 (defun projectile-run-vterm-other-window (&optional arg)
@@ -4556,7 +4556,7 @@ Switch to the project specific term buffer if it already 
exists.
 
 Use a prefix argument ARG to indicate creation of a new process instead."
   (interactive "P")
-  (project--vterm arg 'other-window))
+  (projectile--vterm arg 'other-window))
 
 (defun projectile-files-in-project-directory (directory)
   "Return a list of files in DIRECTORY."



reply via email to

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