[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/poke 77bdcce97e 2/2: Use poked-socket instead of a fixe
From: |
ELPA Syncer |
Subject: |
[elpa] externals/poke 77bdcce97e 2/2: Use poked-socket instead of a fixed string |
Date: |
Tue, 16 May 2023 08:58:39 -0400 (EDT) |
branch: externals/poke
commit 77bdcce97e06bbd6771f35acbb3f399457bebb71
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>
Use poked-socket instead of a fixed string
---
poke.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/poke.el b/poke.el
index d54279082a..157b31462b 100644
--- a/poke.el
+++ b/poke.el
@@ -6,7 +6,7 @@
;; Maintainer: Jose E. Marchesi <jemarch@gnu.org>
;; URL: https://www.jemarch.net/poke
;; Package-Requires: ((emacs "25"))
-;; Version: 3.1
+;; Version: 3.2
;; This file is NOT part of GNU Emacs.
@@ -144,7 +144,7 @@ buffer `*poked*'."
(setq poke-poked-process
(make-process :name "poked"
:buffer "*poked*"
- :command (list poke-poked-program "-S"
"/tmp/poked.ipc")))
+ :command (list poke-poked-program "-S" poked-socket)))
(set-process-query-on-exit-flag poke-poked-process nil)))
;;;; pokelet protocol