emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el
Date: Fri, 04 Apr 2003 01:23:09 -0500

Index: emacs/lisp/textmodes/table.el
diff -c emacs/lisp/textmodes/table.el:1.4 emacs/lisp/textmodes/table.el:1.5
*** emacs/lisp/textmodes/table.el:1.4   Tue Feb  4 08:30:45 2003
--- emacs/lisp/textmodes/table.el       Tue Feb 18 06:17:11 2003
***************
*** 5,11 ****
  ;; Keywords: wp, convenience
  ;; Author: Takaaki Ota <address@hidden>
  ;; Created: Sat Jul 08 2000 13:28:45 (PST)
! ;; Revised: Thu Aug 15 2002 14:02:14 (PDT)
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Keywords: wp, convenience
  ;; Author: Takaaki Ota <address@hidden>
  ;; Created: Sat Jul 08 2000 13:28:45 (PST)
! ;; Revised: mar feb 18 2003 10:03:18 (Romance Standard Time)
  
  ;; This file is part of GNU Emacs.
  
***************
*** 3039,3045 ****
        (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 [?- ?\ ?| ?/]))
          (while
              (progn
                (if (interactive-p)
--- 3039,3045 ----
        (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 [?- ?\\ ?| ?/]))
          (while
              (progn
                (if (interactive-p)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]