]> git.eshelyaron.com Git - emacs.git/commitdiff
(table-generate-source): Use ?\\ instead of space in "work in progress" message.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 11:17:11 +0000 (11:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 11:17:11 +0000 (11:17 +0000)
lisp/textmodes/table.el

index 2b3c2565ee9a4098eefd4990275ef28b6db89cc2..db5b9a7c35deb235cf402579eb668914d6768ba9 100644 (file)
@@ -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 @@ CALS (DocBook DTD):
        (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)