branch: elpa/crux
commit e2124c8e1acdcb6bbd11c2fb54d528d10d9874ad
Merge: 66954bf c174247
Author: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Commit: Bozhidar Batsov <bozhidar.bat...@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