>>>>> Matt Hodges writes:
For those who couldn't decipher that (no idea what happened there):
table.el needs updating to reflect change of commands bound on C-a and
C-e; patch attached. ChangeLog entry:
2005-11-22 Matt Hodges <[EMAIL PROTECTED]>
* textmodes/table.el: Change beginning-of-line to
move-beginning-of-line and end-of-line to move-end-of-line
in Point Motion group.
--- table.el 19 Aug 2005 18:56:23 +0100 1.21
+++ table.el 22 Nov 2005 20:25:40 +0000
@@ -1396,8 +1396,8 @@
(setq table-command-remap-alist
(cons (cons command func-symbol)
table-command-remap-alist))))
- '(beginning-of-line
- end-of-line
+ '(move-beginning-of-line
+ move-end-of-line
beginning-of-buffer
end-of-buffer
forward-word
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug