diff options
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/org/org-table.el | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index da24c7ac4f7..2c0b2a18712 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-12-18 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi (References): Remove mentioning of @0 as reference for the | ||
| 4 | last line, this has been reverted in the Lisp sources. | ||
| 5 | |||
| 1 | 2008-12-17 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-12-17 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (INFO_TARGETS, clean): Add sasl. | 8 | * makefile.w32-in (INFO_TARGETS, clean): Add sasl. |
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index c342cb9564c..12d2e6ef98f 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1897,8 +1897,7 @@ For all numbers larger than LIMIT, shift them by DELTA." | |||
| 1897 | (beginning-of-line 2) | 1897 | (beginning-of-line 2) |
| 1898 | (setq l (1+ l))) | 1898 | (setq l (1+ l))) |
| 1899 | (setq org-table-current-line-types (apply 'vector (nreverse types)) | 1899 | (setq org-table-current-line-types (apply 'vector (nreverse types)) |
| 1900 | org-table-dlines (apply 'vector (cons (car dlines) | 1900 | org-table-dlines (apply 'vector (cons nil (nreverse dlines))) |
| 1901 | (nreverse dlines))) | ||
| 1902 | org-table-hlines (apply 'vector (cons nil (nreverse hlines))))))) | 1901 | org-table-hlines (apply 'vector (cons nil (nreverse hlines))))))) |
| 1903 | 1902 | ||
| 1904 | (defun org-table-maybe-eval-formula () | 1903 | (defun org-table-maybe-eval-formula () |