Never allow refile to append to kill

This commit is contained in:
Carsten Dominik 2009-11-13 22:43:08 +01:00
parent aa0f1c57bb
commit 983fbefa61
1 changed files with 1 additions and 0 deletions

View File

@ -9042,6 +9042,7 @@ See also `org-refile-use-outline-path' and `org-completion-use-ido'"
(region-length (and regionp (- region-end region-start)))
(filename (buffer-file-name (buffer-base-buffer cbuf)))
pos it nbuf file re level reversed)
(setq last-command nil)
(when regionp
(goto-char region-start)
(or (bolp) (goto-char (point-at-bol)))