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

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

[nongnu] elpa/systemd 50c63c2 026/131: allow cycling completions in `sys


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 50c63c2 026/131: allow cycling completions in `systemd-doc-open`
Date: Sun, 29 Aug 2021 11:35:08 -0400 (EDT)

branch: elpa/systemd
commit 50c63c23aa3a010ebee20206400a89f0e9a73196
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    allow cycling completions in `systemd-doc-open`
---
 systemd.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/systemd.el b/systemd.el
index 332e4b3..0b947d7 100644
--- a/systemd.el
+++ b/systemd.el
@@ -124,7 +124,8 @@ as a list of strings, otherwise nil."
   "Open URL.  Interactively completes the documentation in the
 current unit file, defaulting to the link under point, if any."
   (interactive
-   (let* ((collection (systemd-doc-find))
+   (let* ((completion-cycle-threshold t)
+          (collection (systemd-doc-find))
           (uri (or (thing-at-point-url-at-point)
                    (car-safe collection)))
           (prompt (concat "URL"



reply via email to

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