branch: elpa/crux commit c8ad7c1720f282a692a9878d744d2d6d5cd5962c Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@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 ()