# HG changeset patch # User Eli Zaretskii # Date 1153566865 0 # Node ID a85c85db662c949ce53005d166cb3d6db2188193 # Parent f8f38204f02ce9a0a6c6e6e07abaede90aa2a02b Add move-beginning-of-line and move-end-of-line to Point Motion Only Group. diff -r f8f38204f02c -r a85c85db662c lisp/textmodes/table.el --- a/lisp/textmodes/table.el Sat Jul 22 11:08:55 2006 +0000 +++ b/lisp/textmodes/table.el Sat Jul 22 11:14:25 2006 +0000 @@ -6,7 +6,7 @@ ;; Keywords: wp, convenience ;; Author: Takaaki Ota ;; 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 @@ (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