From: Karl Heuer Date: Tue, 1 Mar 1994 04:39:45 +0000 (+0000) Subject: (tc-mode-map): Fix binding of tc-dissociate. X-Git-Tag: emacs-19.34~9735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3027438bd0423b0c7bdc1672d6cede7d782dac32;p=emacs.git (tc-mode-map): Fix binding of tc-dissociate. --- 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)