|
@@ -205,12 +205,12 @@ the edited version. Optional argument CONTEXT is used by
|
|
(beg (make-marker))
|
|
(beg (make-marker))
|
|
(end (make-marker))
|
|
(end (make-marker))
|
|
(preserve-indentation org-src-preserve-indentation)
|
|
(preserve-indentation org-src-preserve-indentation)
|
|
|
|
+ (allow-write-back-p (null code))
|
|
block-nindent total-nindent ovl lang lang-f single lfmt begline buffer msg)
|
|
block-nindent total-nindent ovl lang lang-f single lfmt begline buffer msg)
|
|
(if (not info)
|
|
(if (not info)
|
|
nil
|
|
nil
|
|
(setq beg (move-marker beg (nth 0 info))
|
|
(setq beg (move-marker beg (nth 0 info))
|
|
end (move-marker end (nth 1 info))
|
|
end (move-marker end (nth 1 info))
|
|
- allow-write-back-p (null code)
|
|
|
|
msg (if allow-write-back-p
|
|
msg (if allow-write-back-p
|
|
(substitute-command-keys
|
|
(substitute-command-keys
|
|
"Edit, then exit with C-c ' (C-c and single quote)")
|
|
"Edit, then exit with C-c ' (C-c and single quote)")
|