diff options
| author | Carsten Dominik | 2008-12-18 22:57:33 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-12-18 22:57:33 +0000 |
| commit | 17a0aa82253c19a14a743c7fcba33beb73a68e52 (patch) | |
| tree | bb86768e6f2e6dd60e7b9c0486eb9d298c7f4360 | |
| parent | d21d2e9a67b654e308dc2a8770b82c48a0539365 (diff) | |
| download | emacs-17a0aa82253c19a14a743c7fcba33beb73a68e52.tar.gz emacs-17a0aa82253c19a14a743c7fcba33beb73a68e52.zip | |
2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org-table.el (org-table-get-specials): Revert introduction of @0
as reference of the last table row, because of conflicts.
| -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 () |