/[emacs]/emacs/lisp/textmodes/table.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/table.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.2.3 by uid65618, Thu Feb 5 14:48:45 2004 UTC revision 1.5.2.4 by miles, Tue Jul 6 09:42:25 2004 UTC
# Line 1  Line 1 
1  ;;; table.el --- create and edit WYSIWYG text based embedded tables  ;;; table.el --- create and edit WYSIWYG text based embedded tables
2    
3  ;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.  ;; Copyright (C) 2000, 01, 02, 03, 04 Free Software Foundation, Inc.
4    
5  ;; Keywords: wp, convenience  ;; Keywords: wp, convenience
6  ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>  ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com>
7  ;; Created: Sat Jul 08 2000 13:28:45 (PST)  ;; Created: Sat Jul 08 2000 13:28:45 (PST)
8  ;; Revised: Tue Dec 09 2003 14:36:50 (PST)  ;; Revised: Tue Jun 01 2004 11:36:39 (PDT)
9    
10  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
11    
# Line 1410  the last cache point coordinate." Line 1410  the last cache point coordinate."
1410     end-of-buffer     end-of-buffer
1411     forward-word     forward-word
1412     backward-word     backward-word
1413       forward-sentence
1414       backward-sentence
1415     forward-paragraph     forward-paragraph
1416     backward-paragraph))     backward-paragraph))
1417    
# Line 1434  the last cache point coordinate." Line 1436  the last cache point coordinate."
1436             (cons (cons command func-symbol)             (cons (cons command func-symbol)
1437                   table-command-remap-alist))))                   table-command-remap-alist))))
1438   '(kill-region   '(kill-region
1439       kill-ring-save
1440     delete-region     delete-region
1441     copy-region-as-kill     copy-region-as-kill
1442     kill-line))     kill-line
1443       kill-word
1444       backward-kill-word
1445       kill-sentence
1446       backward-kill-sentence
1447       kill-paragraph
1448       backward-kill-paragraph
1449       kill-sexp
1450       backward-kill-sexp))
1451    
1452  ;; Pasting Group  ;; Pasting Group
1453  (mapcar  (mapcar

Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26