diff options
| author | Karl Heuer | 1994-03-01 04:39:45 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-01 04:39:45 +0000 |
| commit | 3027438bd0423b0c7bdc1672d6cede7d782dac32 (patch) | |
| tree | 91120934cbe405e2567eb74801265322329806e0 | |
| parent | bcb61d60fce18f87184d3098103d82bd118d859d (diff) | |
| download | emacs-3027438bd0423b0c7bdc1672d6cede7d782dac32.tar.gz emacs-3027438bd0423b0c7bdc1672d6cede7d782dac32.zip | |
(tc-mode-map): Fix binding of tc-dissociate.
| -rw-r--r-- | lisp/textmodes/two-column.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 236 | (define-key tc-mode-map "1" 'tc-merge) | 236 | (define-key tc-mode-map "1" 'tc-merge) |
| 237 | (define-key tc-mode-map "2" 'tc-two-columns) | 237 | (define-key tc-mode-map "2" 'tc-two-columns) |
| 238 | (define-key tc-mode-map "b" 'tc-associate-buffer) | 238 | (define-key tc-mode-map "b" 'tc-associate-buffer) |
| 239 | (define-key tc-mode-map "e" 'tc-dissociate) | 239 | (define-key tc-mode-map "d" 'tc-dissociate) |
| 240 | (define-key tc-mode-map "\C-l" 'tc-recenter) | 240 | (define-key tc-mode-map "\C-l" 'tc-recenter) |
| 241 | (define-key tc-mode-map "o" 'tc-associated-buffer) | 241 | (define-key tc-mode-map "o" 'tc-associated-buffer) |
| 242 | (define-key tc-mode-map "s" 'tc-split) | 242 | (define-key tc-mode-map "s" 'tc-split) |