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

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

[nongnu] elpa/crux e2124c8 023/112: Merge pull request #6 from verdammel


From: ELPA Syncer
Subject: [nongnu] elpa/crux e2124c8 023/112: Merge pull request #6 from verdammelt/patch-1
Date: Wed, 11 Aug 2021 09:57:46 -0400 (EDT)

branch: elpa/crux
commit e2124c8e1acdcb6bbd11c2fb54d528d10d9874ad
Merge: 66954bf c174247
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Merge pull request #6 from verdammelt/patch-1
    
    Change crux-kill-like-backward to crux-kill-line-backward
---
 crux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crux.el b/crux.el
index 08027f5..9614c39 100644
--- a/crux.el
+++ b/crux.el
@@ -141,7 +141,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]