* [PATCH] org-screen.el: replace obsolete function
@ 2019-12-15 19:34 Gregor Zattler
2019-12-17 4:04 ` Kyle Meyer
0 siblings, 1 reply; 2+ messages in thread
From: Gregor Zattler @ 2019-12-15 19:34 UTC (permalink / raw)
To: emacs-orgmode
* contrib/lisp/org-screen.el (org-screen): replace obsolete function
`insert-string' with `insert'.
---
contrib/lisp/org-screen.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/lisp/org-screen.el b/contrib/lisp/org-screen.el
index 6b870f229..948e93adf 100644
--- a/contrib/lisp/org-screen.el
+++ b/contrib/lisp/org-screen.el
@@ -64,7 +64,7 @@
(interactive "MScreen name: ")
(save-excursion
(org-screen-helper name "-S"))
- (insert-string (concat "[[screen:" name "]]")))
+ (insert (concat "[[screen:" name "]]")))
(defun org-screen-buffer-name (name)
"Returns the buffer name corresponding to the screen name given."
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-17 4:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-15 19:34 [PATCH] org-screen.el: replace obsolete function Gregor Zattler
2019-12-17 4:04 ` Kyle Meyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).