mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Merge remote-tracking branch 'origin/master' into feature/android
This commit is contained in:
commit
857e2bcb66
19 changed files with 264 additions and 154 deletions
|
|
@ -2426,7 +2426,8 @@ INFO may provide the values of these header arguments (in the
|
|||
(delete-region (point) (org-babel-result-end)))
|
||||
((member "append" result-params)
|
||||
(goto-char (org-babel-result-end)) (setq beg (point-marker)))
|
||||
((member "prepend" result-params))) ; already there
|
||||
;; ((member "prepend" result-params)) ; already there
|
||||
)
|
||||
(setq results-switches
|
||||
(if results-switches (concat " " results-switches) ""))
|
||||
(let ((wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue