diff options
| author | Eli Zaretskii | 2006-07-22 11:14:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-22 11:14:25 +0000 |
| commit | 04437a8fe88d416bd6bb3ae5cd8ac42fbd58d962 (patch) | |
| tree | d506704cfcdcca5b60035da586a402c091c8b4fd | |
| parent | 5b01aef2dbc45d734ad5436d10ef1af4c3227bda (diff) | |
| download | emacs-04437a8fe88d416bd6bb3ae5cd8ac42fbd58d962.tar.gz emacs-04437a8fe88d416bd6bb3ae5cd8ac42fbd58d962.zip | |
Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.
| -rw-r--r-- | lisp/textmodes/table.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index dab08902769..002ab9dac11 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Keywords: wp, convenience | 6 | ;; Keywords: wp, convenience |
| 7 | ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> | 7 | ;; Author: Takaaki Ota <Takaaki.Ota@am.sony.com> |
| 8 | ;; Created: Sat Jul 08 2000 13:28:45 (PST) | 8 | ;; Created: Sat Jul 08 2000 13:28:45 (PST) |
| 9 | ;; Revised: Tue May 30 2006 10:01:43 (PDT) | 9 | ;; Revised: Thu Jul 20 2006 17:30:09 (PDT) |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -1394,7 +1394,9 @@ the last cache point coordinate." | |||
| 1394 | (setq table-command-remap-alist | 1394 | (setq table-command-remap-alist |
| 1395 | (cons (cons command func-symbol) | 1395 | (cons (cons command func-symbol) |
| 1396 | table-command-remap-alist)))) | 1396 | table-command-remap-alist)))) |
| 1397 | '(beginning-of-line | 1397 | '(move-beginning-of-line |
| 1398 | beginning-of-line | ||
| 1399 | move-end-of-line | ||
| 1398 | end-of-line | 1400 | end-of-line |
| 1399 | beginning-of-buffer | 1401 | beginning-of-buffer |
| 1400 | end-of-buffer | 1402 | end-of-buffer |