Mercurial > emacs
diff lisp/textmodes/texinfo.el @ 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 | 09e80215057c |
children | 4eef12903112 |
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