emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-contrib b8e91dc5c5: lisp/org-interactive-query.el: Do


From: ELPA Syncer
Subject: [nongnu] elpa/org-contrib b8e91dc5c5: lisp/org-interactive-query.el: Do not use obsolete function
Date: Thu, 25 Jan 2024 07:00:24 -0500 (EST)

branch: elpa/org-contrib
commit b8e91dc5c59c69c1e7bdd0ae31f6539fdac75925
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org-interactive-query.el: Do not use obsolete function
    
    * lisp/org-interactive-query.el (org-agenda-query-selection):
---
 lisp/org-interactive-query.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-interactive-query.el b/lisp/org-interactive-query.el
index ae223979e5..54b96b40f8 100644
--- a/lisp/org-interactive-query.el
+++ b/lisp/org-interactive-query.el
@@ -82,7 +82,7 @@ not change the current one."
          (set-buffer (get-buffer-create " *Org tags*"))
        (delete-other-windows)
        (split-window-vertically)
-       (org-switch-to-buffer-other-window (get-buffer-create " *Org tags*")))
+       (switch-to-buffer-other-window (get-buffer-create " *Org tags*")))
       (erase-buffer)
       (setq-local org-done-keywords done-keywords)
       (insert "Query:    " current "\n")
@@ -153,7 +153,7 @@ not change the current one."
                    (setq expert nil)
                    (delete-other-windows)
                    (split-window-vertically)
-                   (org-switch-to-buffer-other-window " *Org tags*")
+                   (switch-to-buffer-other-window " *Org tags*")
                    (and (fboundp 'fit-window-to-buffer)
                         (fit-window-to-buffer))))
                 ((or (= c ?\C-g)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]