Mercurial > emacs
changeset 2549:5fbd6bdf6b6a
(tc-dissociate): Renamed from tc-kill-association.
Move binding to C-x 6 d.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Apr 1993 04:35:15 +0000 |
parents | b66eeded6afc |
children | 28bca94e66c3 |
files | lisp/textmodes/two-column.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el Sat Apr 17 01:29:48 1993 +0000 +++ b/lisp/textmodes/two-column.el Sat Apr 17 04:35:15 1993 +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 "k" 'tc-kill-association) + (define-key tc-mode-map "e" '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) @@ -472,7 +472,7 @@ (next-line 1))))) ;;;###autoload -(defun tc-kill-association () +(defun tc-dissociate () "Turn off two-column minor mode in current and associated buffer. If the associated buffer is unmodified and empty, it is killed." (interactive)