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

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

[nongnu] elpa/crux 66f4292 006/112: Code style


From: ELPA Syncer
Subject: [nongnu] elpa/crux 66f4292 006/112: Code style
Date: Wed, 11 Aug 2021 09:57:43 -0400 (EDT)

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

    Code style
---
 crux.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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



reply via email to

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