From 262a66e138cbc4beea1a6267adb0d2f2ba190b6e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 30 Aug 2012 13:09:11 -0400 Subject: [PATCH] Delete `z' in special-mode-map. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5229c3332b2..3034d7f6adf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-08-30 Richard Stallman + + * simple.el (special-mode-map): Delete binding for `z'. + 2012-08-30 Andreas Schwab * progmodes/compile.el (compilation-always-kill): Doc fix. diff --git a/lisp/simple.el b/lisp/simple.el index 7673e4c5d6e..51eb572dc5c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -365,7 +365,6 @@ Other major modes are defined by comparison with this one." (define-key map ">" 'end-of-buffer) (define-key map "<" 'beginning-of-buffer) (define-key map "g" 'revert-buffer) - (define-key map "z" 'kill-this-buffer) map)) (put 'special-mode 'mode-class 'special) -- 2.39.2