Mercurial > emacs
diff lisp/textmodes/table.el @ 49599:5ade352e8d1c
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 13:30:45 +0000 |
| parents | 4c02bb10da9a |
| children | 1bbf754d4688 d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/textmodes/table.el Tue Feb 04 13:24:35 2003 +0000 +++ b/lisp/textmodes/table.el Tue Feb 04 13:30:45 2003 +0000 @@ -1543,7 +1543,7 @@ Cell width(s): 14 6 32 -instead of +instead of Cell width(s): 5 @@ -3161,7 +3161,7 @@ ((eq language 'cals) (insert " </row>\n") (unless (/= (table-get-source-info 'current-row) table-cals-thead-rows) - (insert (format " </%s>\n" (table-get-source-info 'row-type))) + (insert (format " </%s>\n" (table-get-source-info 'row-type))) (insert (format " <%s valign=\"top\">\n" (table-put-source-info 'row-type "tbody"))))))) (table-put-source-info 'current-row (1+ (table-get-source-info 'current-row))) (setq row-list (cdr row-list)))) @@ -3811,7 +3811,7 @@ (unless (looking-at "\\s *$") (save-excursion (insert ?\n))) - ;; insert the table + ;; insert the table ;; insert the cell contents (if (null contents-list) ;; single cell @@ -5230,7 +5230,7 @@ (defun table--put-cell-rear-nonsticky (beg end &optional object) "Put rear-nonsticky property." (put-text-property beg end 'rear-nonsticky t object)) - + (defun table--put-cell-point-entered/left-property (beg end &optional object) "Put point-entered/left property." (put-text-property beg end 'point-entered 'table--point-entered-cell-function object)
