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

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

[nongnu] elpa/go-mode 55295da 128/495: formatting


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 55295da 128/495: formatting
Date: Sat, 7 Aug 2021 09:04:57 -0400 (EDT)

branch: elpa/go-mode
commit 55295da260ba5974b8221931add53cdb3f46bf86
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    formatting
---
 go-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/go-mode.el b/go-mode.el
index d1388f4..2fe519e 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -38,9 +38,9 @@
   `(featurep 'xemacs))
 
 (defalias 'go--kill-whole-line
-  (if (fboundp
-       'kill-whole-line)
-      'kill-whole-line 'kill-entire-line))
+  (if (fboundp 'kill-whole-line)
+      'kill-whole-line
+    'kill-entire-line))
 
 ;; XEmacs unfortunately does not offer position-bytes. We can fall
 ;; back to just using (point), but it will be incorrect as soon as



reply via email to

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