summaryrefslogtreecommitdiff
path: root/lisp/org/org-w3m.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-w3m.el')
-rw-r--r--lisp/org/org-w3m.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-w3m.el b/lisp/org/org-w3m.el
index a09d88e1536..773e8bc9630 100644
--- a/lisp/org/org-w3m.el
+++ b/lisp/org/org-w3m.el
@@ -5,7 +5,7 @@
;; Author: Andy Stewart <lazycat dot manatee at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.21b
+;; Version: 6.29c
;;
;; This file is part of GNU Emacs.
;;
@@ -93,7 +93,7 @@ so that it can be yanked into an Org-mode buffer with links working correctly."
(setq return-content
(concat return-content
(buffer-substring (point) transform-end))))
- (kill-new return-content)
+ (org-kill-new return-content)
(message "Transforming links...done, use C-y to insert text into Org-mode file")
(message "Copy with link transformation complete."))))