0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-24 00:18:42 +00:00

Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-03-12 08:41:38 -04:00
commit de09874a27

View file

@ -1874,9 +1874,9 @@ code ---- the results are extracted in the syntax of the source
(setq results-switches (setq results-switches
(if results-switches (concat " " results-switches) "")) (if results-switches (concat " " results-switches) ""))
(flet ((wrap (start finish) (flet ((wrap (start finish)
(goto-char beg) (insert (concat start "\n"))
(goto-char end) (insert (concat finish "\n")) (goto-char end) (insert (concat finish "\n"))
(setq end (point-marker))) (goto-char beg) (insert (concat start "\n"))
(goto-char end) (setq end (point-marker)))
(proper-list-p (it) (and (listp it) (null (cdr (last it)))))) (proper-list-p (it) (and (listp it) (null (cdr (last it))))))
;; insert results based on type ;; insert results based on type
(cond (cond