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

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

[nongnu] elpa/crux c174247 014/112: Change crux-kill-like-backward to cr


From: ELPA Syncer
Subject: [nongnu] elpa/crux c174247 014/112: Change crux-kill-like-backward to crux-kill-line-backward
Date: Wed, 11 Aug 2021 09:57:44 -0400 (EDT)

branch: elpa/crux
commit c1742477cf4e6aa0d9d78f29b52416224ca20a55
Author: Mark Simpson <verdammelt@gmail.com>
Commit: Mark Simpson <verdammelt@gmail.com>

    Change crux-kill-like-backward to crux-kill-line-backward
    
    Surely that was a typo?
---
 crux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crux.el b/crux.el
index d099438..f29d183 100644
--- a/crux.el
+++ b/crux.el
@@ -136,7 +136,7 @@ Passes ARG to command `kill-whole-line' when provided."
   (kill-whole-line arg)
   (back-to-indentation))
 
-(defun crux-kill-like-backwards ()
+(defun crux-kill-line-backwards ()
   "Kill line backwards and adjust the indentation."
   (interactive)
   (kill-line 0)



reply via email to

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