]> git.eshelyaron.com Git - emacs.git/commitdiff
(tc-mode-map): Fix binding of tc-dissociate.
authorKarl Heuer <kwzh@gnu.org>
Tue, 1 Mar 1994 04:39:45 +0000 (04:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 1 Mar 1994 04:39:45 +0000 (04:39 +0000)
lisp/textmodes/two-column.el

index dd22631957dbd0470a838d48d2d6e74644be0477..778227186177c434610bba913761fdf1d2124fbb 100644 (file)
   (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)