Merge branch 'hotfix-7.8.06'

This commit is contained in:
Bastien Guerry 2012-03-27 23:51:00 +02:00
commit 122f5fd5b5
2 changed files with 2 additions and 2 deletions

View File

@ -4158,7 +4158,7 @@ overwritten, and the table is not marked as requiring realignment."
(looking-at "[^|\n]* +|"))
(let (org-table-may-need-update)
(goto-char (1- (match-end 0)))
(delete-char -1)
(backward-delete-char 1)
(goto-char (match-beginning 0))
(self-insert-command N))
(setq org-table-may-need-update t)

View File

@ -17755,7 +17755,7 @@ overwritten, and the table is not marked as requiring realignment."
(looking-at "[^|\n]* |"))
(let (org-table-may-need-update)
(goto-char (1- (match-end 0)))
(delete-char -1)
(backward-delete-char 1)
(goto-char (match-beginning 0))
(self-insert-command N)))
(t