From 3027438bd0423b0c7bdc1672d6cede7d782dac32 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 1 Mar 1994 04:39:45 +0000 Subject: [PATCH] (tc-mode-map): Fix binding of tc-dissociate. --- lisp/textmodes/two-column.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index dd22631957d..77822718617 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -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) -- 2.39.5