]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete `z' in special-mode-map.
authorRichard M. Stallman <rms@gnu.org>
Thu, 30 Aug 2012 17:09:11 +0000 (13:09 -0400)
committerRichard M. Stallman <rms@gnu.org>
Thu, 30 Aug 2012 17:09:11 +0000 (13:09 -0400)
lisp/ChangeLog
lisp/simple.el

index 5229c3332b24c88904d771dccf1881b091c04b91..3034d7f6adfb305b821c3b394c033209d954759d 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-30  Richard Stallman  <rms@gnu.org>
+
+       * simple.el (special-mode-map): Delete binding for `z'.
+
 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
 
        * progmodes/compile.el (compilation-always-kill): Doc fix.
index 7673e4c5d6e32b42c12e5ebeb823f4b421456d7e..51eb572dc5c6a4efe539588ee6bde57db44c9c72 100644 (file)
@@ -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)