Mercurial > emacs
changeset 11646:c02ae45063d2
(texinfo-mode-map): Delete C-c ] binding.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 May 1995 01:44:22 +0000 |
parents | 467f74679fb1 |
children | 290970a12db9 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Tue May 02 01:37:11 1995 +0000 +++ b/lisp/textmodes/texinfo.el Tue May 02 01:44:22 1995 +0000 @@ -262,7 +262,6 @@ (define-key texinfo-mode-map "\C-c\C-s" 'texinfo-show-structure) (define-key texinfo-mode-map "\C-c}" 'up-list) - (define-key texinfo-mode-map "\C-c]" 'up-list) (define-key texinfo-mode-map "\C-c{" 'texinfo-insert-braces) ;; bindings for inserting strings