Mercurial > emacs
changeset 28661:f78d389c773c
Fix typo in key binding of clone-indirect-buffer-other-window.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 19 Apr 2000 20:45:52 +0000 |
parents | 9de15cb0c24b |
children | d40a7f046efe |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Wed Apr 19 20:42:34 2000 +0000 +++ b/lisp/simple.el Wed Apr 19 20:45:52 2000 +0000 @@ -4195,7 +4195,7 @@ (set-buffer buffer) (clone-indirect-buffer nil t norecord))) -(define-key ctl-x-4-map "c" 'display-buffer) +(define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window) ;;; Syntax stuff.