emacs-diffs
[Top][All Lists]
Advanced

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

master 77796eb 3/3: ; * lisp/subr.el (ctl-x-map): Fix typo in kill-buffe


From: Mattias Engdegård
Subject: master 77796eb 3/3: ; * lisp/subr.el (ctl-x-map): Fix typo in kill-buffer binding.
Date: Tue, 5 Jan 2021 05:43:55 -0500 (EST)

branch: master
commit 77796eb0142f5d9b616f59f271ef380f099f1cac
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/subr.el (ctl-x-map): Fix typo in kill-buffer binding.
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 60a7785..50acbd2 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1272,7 +1272,7 @@ The normal global definition of the character ESC 
indirects to this keymap.")
     (define-key map "t" tab-prefix-map)
 
     (define-key map "b" #'switch-to-buffer)
-    (define-key map "l" #'kill-buffer)
+    (define-key map "k" #'kill-buffer)
     (define-key map "\C-u" #'upcase-region)   (put 'upcase-region   'disabled 
t)
     (define-key map "\C-l" #'downcase-region) (put 'downcase-region 'disabled 
t)
     (define-key map "<" #'scroll-left)



reply via email to

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