changeset 6117:5366b606f90d

(tc-mode-map): Fix binding of tc-dissociate.
author Karl Heuer <kwzh@gnu.org>
date Tue, 01 Mar 1994 04:39:45 +0000
parents 64417bbbb128
children 6369e352b0ca
files lisp/textmodes/two-column.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el	Mon Feb 28 20:20:22 1994 +0000
+++ b/lisp/textmodes/two-column.el	Tue Mar 01 04:39:45 1994 +0000
@@ -236,7 +236,7 @@
   (define-key tc-mode-map "1" 'tc-merge)
   (define-key tc-mode-map "2" 'tc-two-columns)
   (define-key tc-mode-map "b" 'tc-associate-buffer)
-  (define-key tc-mode-map "e" 'tc-dissociate)
+  (define-key tc-mode-map "d" 'tc-dissociate)
   (define-key tc-mode-map "\C-l" 'tc-recenter)
   (define-key tc-mode-map "o" 'tc-associated-buffer)
   (define-key tc-mode-map "s" 'tc-split)