X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7c82f3e23e37cc848a38b1f8be7149fd672a6393..0d373f73bcaf14863b186b74d6e80a5209e2720c:/lisp/emulation/tpu-edt.el diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index 704d51f21e..e2ad5d81d2 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -1,7 +1,6 @@ ;;; tpu-edt.el --- Emacs emulating TPU emulating EDT -;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +;; Copyright (C) 1993-1995, 2000-2011 Free Software Foundation, Inc. ;; Author: Rob Riepel ;; Maintainer: Rob Riepel @@ -460,7 +459,7 @@ Otherwise, use `spell-region'." ;; (define-key map "\\" nil) ; \ (define-key map "]" 'blink-matching-open) ; ] (define-key map "^" 'tpu-add-at-bol) ; ^ - (define-key map "_" 'split-window-vertically) ; - + (define-key map "_" 'split-window-below) ; - (define-key map "`" 'what-line) ; ` (define-key map "a" 'tpu-toggle-newline-and-indent) ; a (define-key map "b" 'tpu-next-buffer) ; b @@ -488,7 +487,7 @@ Otherwise, use `spell-region'." (define-key map "y" 'copy-region-as-kill) ; y (define-key map "z" 'suspend-emacs) ; z ;; (define-key map "{" nil) ; { - (define-key map "|" 'split-window-horizontally) ; | + (define-key map "|" 'split-window-right) ; | ;; (define-key map "}" nil) ; } (define-key map "~" 'exchange-point-and-mark) ; ~ (define-key map "\177" 'delete-window) ;