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

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

[nongnu] elpa/crux b5eac2a 008/112: Code style


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

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

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

diff --git a/crux.el b/crux.el
index 01f60e8..64120f6 100644
--- a/crux.el
+++ b/crux.el
@@ -213,9 +213,9 @@ point reaches the beginning or end of the buffer, stop 
there."
 (defun crux-cleanup-buffer-or-region ()
   "Cleanup a region if selected, otherwise the whole buffer."
   (interactive)
-  (call-interactively 'untabify)
+  (call-interactively #'untabify)
   (unless (member major-mode crux-indent-sensitive-modes)
-    (call-interactively 'indent-region))
+    (call-interactively #'indent-region))
   (whitespace-cleanup))
 
 (defun crux-eval-and-replace ()



reply via email to

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