aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-07-22 11:14:25 +0000
committerEli Zaretskii <[email protected]>2006-07-22 11:14:25 +0000
commit04437a8fe88d416bd6bb3ae5cd8ac42fbd58d962 (patch)
treed506704cfcdcca5b60035da586a402c091c8b4fd /lisp/textmodes/table.el
parent5b01aef2dbc45d734ad5436d10ef1af4c3227bda (diff)
Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index dab0890276..002ab9dac1 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -6,7 +6,7 @@
;; Keywords: wp, convenience
;; Author: Takaaki Ota <[email protected]>
;; Created: Sat Jul 08 2000 13:28:45 (PST)
-;; Revised: Tue May 30 2006 10:01:43 (PDT)
+;; Revised: Thu Jul 20 2006 17:30:09 (PDT)
;; This file is part of GNU Emacs.
@@ -1394,7 +1394,9 @@ the last cache point coordinate."
(setq table-command-remap-alist
(cons (cons command func-symbol)
table-command-remap-alist))))
- '(beginning-of-line
+ '(move-beginning-of-line
+ beginning-of-line
+ move-end-of-line
end-of-line
beginning-of-buffer
end-of-buffer