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

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

[nongnu] elpa/helm efb47d81af: Make obsolete helm-other-buffer


From: ELPA Syncer
Subject: [nongnu] elpa/helm efb47d81af: Make obsolete helm-other-buffer
Date: Mon, 9 Dec 2024 04:00:49 -0500 (EST)

branch: elpa/helm
commit efb47d81af3cf989f11a327d953317b999617707
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Make obsolete helm-other-buffer
---
 helm-core.el  |  2 +-
 helm-elisp.el |  2 +-
 helm-misc.el  | 12 ++++++------
 helm-net.el   |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index b06cdbc7aa..db070f1c96 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -8125,7 +8125,7 @@ help."
   "Simplified Helm interface with other `helm-buffer'.
 Call `helm' only with SOURCES and BUFFER as args."
   (helm :sources sources :buffer buffer))
-
+(make-obsolete 'helm-other-buffer 'helm "4.0.1")
 
 (provide 'helm-core)
 ;;; helm-core.el ends here
diff --git a/helm-elisp.el b/helm-elisp.el
index 076aa83ca2..d3bb9191b1 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -919,7 +919,7 @@ a string, i.e. the `symbol-name' of any existing symbol."
 (defun helm-manage-advice ()
   "Preconfigured `helm' to disable/enable function advices."
   (interactive)
-  (helm-other-buffer 'helm-source-advice "*helm advice*"))
+  (helm :sources 'helm-source-advice :buffer "*helm advice*"))
 
 
 ;;; Locate elisp library
diff --git a/helm-misc.el b/helm-misc.el
index 251ce4eae0..97a88ce3ab 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -333,27 +333,27 @@ This mode is enabled by `helm-mode', so there is no need 
to enable it directly."
   "Preconfigured `helm' to show world time.
 Default action change TZ environment variable locally to emacs."
   (interactive)
-  (helm-other-buffer 'helm-source-time-world "*helm world time*"))
+  (helm :sources 'helm-source-time-world :buffer "*helm world time*"))
 
 ;;;###autoload
 (defun helm-insert-latex-math ()
   "Preconfigured helm for latex math symbols completion."
   (interactive)
-  (helm-other-buffer 'helm-source-latex-math "*helm latex*"))
+  (helm :sources 'helm-source-latex-math :buffer "*helm latex*"))
 
 ;;;###autoload
 (defun helm-ratpoison-commands ()
   "Preconfigured `helm' to execute ratpoison commands."
   (interactive)
-  (helm-other-buffer 'helm-source-ratpoison-commands
-                     "*helm ratpoison commands*"))
+  (helm :sources 'helm-source-ratpoison-commands
+        :buffer "*helm ratpoison commands*"))
 
 ;;;###autoload
 (defun helm-stumpwm-commands()
   "Preconfigured helm for stumpwm commands."
   (interactive)
-  (helm-other-buffer 'helm-source-stumpwm-commands
-                     "*helm stumpwm commands*"))
+  (helm :sources 'helm-source-stumpwm-commands
+        :buffer "*helm stumpwm commands*"))
 
 ;;;###autoload
 (defun helm-minibuffer-history ()
diff --git a/helm-net.el b/helm-net.el
index a0ad9c89d4..469dfb1a77 100644
--- a/helm-net.el
+++ b/helm-net.el
@@ -429,7 +429,7 @@ NOTE: Probably not supported on some systems (e.g., 
Windows)."
 (defun helm-google-suggest ()
   "Preconfigured `helm' for Google search with Google suggest."
   (interactive)
-  (helm-other-buffer 'helm-source-google-suggest "*helm google*"))
+  (helm :sources 'helm-source-google-suggest :buffer "*helm google*"))
 
 (provide 'helm-net)
 



reply via email to

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