Mercurial > emacs
changeset 49848:1bbf754d4688
(table-generate-source): Use ?\\ instead of space in "work in progress" message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 18 Feb 2003 11:17:11 +0000 |
parents | 78aa91f765c9 |
children | bc736e4d9025 |
files | lisp/textmodes/table.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <Takaaki.Ota@am.sony.com> ;; 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)