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

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

[nongnu] elpa/crux c8ad7c1 017/112: Fix the interactive spec for crux-fi


From: ELPA Syncer
Subject: [nongnu] elpa/crux c8ad7c1 017/112: Fix the interactive spec for crux-find-user-init-file
Date: Wed, 11 Aug 2021 09:57:45 -0400 (EDT)

branch: elpa/crux
commit c8ad7c1720f282a692a9878d744d2d6d5cd5962c
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Fix the interactive spec for crux-find-user-init-file
---
 crux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crux.el b/crux.el
index 8a13173..b0695e9 100644
--- a/crux.el
+++ b/crux.el
@@ -340,7 +340,7 @@ Doesn't mess with special buffers."
 
 (defun crux-find-user-init-file ()
   "Edit the `user-init-file', in another window."
-  (interactive "P")
+  (interactive)
   (find-file-other-window user-init-file))
 
 (defun crux-find-shell-init-file ()



reply via email to

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