From: Richard M. Stallman Date: Thu, 30 Aug 2012 17:09:11 +0000 (-0400) Subject: Delete `z' in special-mode-map. X-Git-Tag: emacs-24.2.90~468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=262a66e138cbc4beea1a6267adb0d2f2ba190b6e;p=emacs.git Delete `z' in special-mode-map. --- 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)