Mercurial > emacs
changeset 55906:b2c91984d5a2
Sentence commands added to Point Motion group; kill and backward-kill
commands added to Extraction group.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 04 Jun 2004 22:40:02 +0000 |
parents | 61bcf6d17502 |
children | 6c54cd601a14 |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 14 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/table.el Fri Jun 04 16:08:11 2004 +0000 +++ b/lisp/textmodes/table.el Fri Jun 04 22:40:02 2004 +0000 @@ -1,11 +1,11 @@ ;;; table.el --- create and edit WYSIWYG text based embedded tables -;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2000, 01, 02, 03, 04 Free Software Foundation, Inc. ;; Keywords: wp, convenience ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> ;; Created: Sat Jul 08 2000 13:28:45 (PST) -;; Revised: Tue Dec 09 2003 14:36:50 (PST) +;; Revised: Tue Jun 01 2004 11:36:39 (PDT) ;; This file is part of GNU Emacs. @@ -1410,6 +1410,8 @@ end-of-buffer forward-word backward-word + forward-sentence + backward-sentence forward-paragraph backward-paragraph)) @@ -1434,9 +1436,18 @@ (cons (cons command func-symbol) table-command-remap-alist)))) '(kill-region + kill-ring-save delete-region copy-region-as-kill - kill-line)) + kill-line + kill-word + backward-kill-word + kill-sentence + backward-kill-sentence + kill-paragraph + backward-kill-paragraph + kill-sexp + backward-kill-sexp)) ;; Pasting Group (mapcar