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

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

[elpa] externals/dtache a0179de712 2/2: No properties in vterm command


From: ELPA Syncer
Subject: [elpa] externals/dtache a0179de712 2/2: No properties in vterm command
Date: Mon, 7 Feb 2022 15:57:24 -0500 (EST)

branch: externals/dtache
commit a0179de712ca47c4e8136cd408f5a13c159cac59
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    No properties in vterm command
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 0b1a4a7752..26b3aac46b 100644
--- a/README.org
+++ b/README.org
@@ -391,7 +391,7 @@ The package can be integrated with the 
[[https://github.com/akermu/emacs-libvter
       "Create a `dtache' session."
       (interactive)
       (vterm-send-C-a)
-      (let* ((input (buffer-substring (point) (vterm-end-of-line)))
+      (let* ((input (buffer-substring-no-properties (point) 
(vterm-end-of-line)))
              (dtache-session-origin 'vterm)
              (dtache-session-action
               '(:attach dtache-shell-command-attach-session



reply via email to

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