emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109822: Delete `z' in special-mode-m


From: Richard Stallman
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109822: Delete `z' in special-mode-map.
Date: Thu, 30 Aug 2012 13:09:11 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109822
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-30 13:09:11 -0400
message:
  Delete `z' in special-mode-map.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-30 08:22:24 +0000
+++ b/lisp/ChangeLog    2012-08-30 17:09:11 +0000
@@ -1,3 +1,7 @@
+2012-08-30  Richard Stallman  <address@hidden>
+
+       * simple.el (special-mode-map): Delete binding for `z'.
+
 2012-08-30  Andreas Schwab  <address@hidden>
 
        * progmodes/compile.el (compilation-always-kill): Doc fix.

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2012-08-29 17:36:49 +0000
+++ b/lisp/simple.el    2012-08-30 17:09:11 +0000
@@ -365,7 +365,6 @@
     (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)


reply via email to

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