# HG changeset patch # User Juanma Barranquero # Date 1045567031 0 # Node ID 1bbf754d468858b6d484e5e2977fab955cb62011 # Parent 78aa91f765c94dec4ff6a1beed6312dfc9354f31 (table-generate-source): Use ?\\ instead of space in "work in progress" message. diff -r 78aa91f765c9 -r 1bbf754d4688 lisp/textmodes/table.el --- a/lisp/textmodes/table.el Tue Feb 18 11:08:42 2003 +0000 +++ b/lisp/textmodes/table.el Tue Feb 18 11:17:11 2003 +0000 @@ -5,7 +5,7 @@ ;; Keywords: wp, convenience ;; Author: Takaaki Ota ;; Created: Sat Jul 08 2000 13:28:45 (PST) -;; Revised: Thu Aug 15 2002 14:02:14 (PDT) +;; Revised: mar feb 18 2003 10:03:18 (Romance Standard Time) ;; This file is part of GNU Emacs. @@ -3039,7 +3039,7 @@ (setq col-list (cons (car (table--get-coordinate (car starting-cell))) nil)) (setq row-list (cons (cdr (table--get-coordinate (car starting-cell))) nil)) (setq i 0) - (let ((wheel [?- ?\ ?| ?/])) + (let ((wheel [?- ?\\ ?| ?/])) (while (progn (if (interactive-p)