Merge branch 'hotfix-7.8.06'
This commit is contained in:
commit
122f5fd5b5
|
@ -4158,7 +4158,7 @@ overwritten, and the table is not marked as requiring realignment."
|
||||||
(looking-at "[^|\n]* +|"))
|
(looking-at "[^|\n]* +|"))
|
||||||
(let (org-table-may-need-update)
|
(let (org-table-may-need-update)
|
||||||
(goto-char (1- (match-end 0)))
|
(goto-char (1- (match-end 0)))
|
||||||
(delete-char -1)
|
(backward-delete-char 1)
|
||||||
(goto-char (match-beginning 0))
|
(goto-char (match-beginning 0))
|
||||||
(self-insert-command N))
|
(self-insert-command N))
|
||||||
(setq org-table-may-need-update t)
|
(setq org-table-may-need-update t)
|
||||||
|
|
|
@ -17755,7 +17755,7 @@ overwritten, and the table is not marked as requiring realignment."
|
||||||
(looking-at "[^|\n]* |"))
|
(looking-at "[^|\n]* |"))
|
||||||
(let (org-table-may-need-update)
|
(let (org-table-may-need-update)
|
||||||
(goto-char (1- (match-end 0)))
|
(goto-char (1- (match-end 0)))
|
||||||
(delete-char -1)
|
(backward-delete-char 1)
|
||||||
(goto-char (match-beginning 0))
|
(goto-char (match-beginning 0))
|
||||||
(self-insert-command N)))
|
(self-insert-command N)))
|
||||||
(t
|
(t
|
||||||
|
|
Loading…
Reference in New Issue