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

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

[elpa] externals/detached 2aa05c6e33: Remove unnecessary autoloads


From: ELPA Syncer
Subject: [elpa] externals/detached 2aa05c6e33: Remove unnecessary autoloads
Date: Thu, 1 Sep 2022 15:57:36 -0400 (EDT)

branch: externals/detached
commit 2aa05c6e33b058a86cce680cbedbdf8db52e4f77
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Remove unnecessary autoloads
---
 detached-compile.el | 1 -
 detached-eshell.el  | 2 --
 detached-shell.el   | 2 --
 detached-vterm.el   | 3 ---
 4 files changed, 8 deletions(-)

diff --git a/detached-compile.el b/detached-compile.el
index fb5e560c9b..9347ce1680 100644
--- a/detached-compile.el
+++ b/detached-compile.el
@@ -71,7 +71,6 @@ Optionally EDIT-COMMAND."
          (detached-session-mode 'create-and-attach))
     (recompile edit-command)))
 
-;;;###autoload
 (defun detached-compile-kill ()
   "Kill a 'detached' session."
   (interactive)
diff --git a/detached-eshell.el b/detached-eshell.el
index 32aba9ed52..eb8b912389 100644
--- a/detached-eshell.el
+++ b/detached-eshell.el
@@ -57,7 +57,6 @@
 
 ;;;; Commands
 
-;;;###autoload
 (defun detached-eshell-send-input (&optional detach)
   "Create a session and attach to it.
 
@@ -70,7 +69,6 @@ If prefix-argument directly DETACH from the session."
     (advice-add #'eshell-external-command :around 
#'detached-eshell-external-command)
     (call-interactively #'eshell-send-input)))
 
-;;;###autoload
 (defun detached-eshell-attach-session (session)
   "Attach to SESSION."
   (interactive
diff --git a/detached-shell.el b/detached-shell.el
index 56d3f33e72..e0ab5c39c3 100644
--- a/detached-shell.el
+++ b/detached-shell.el
@@ -58,7 +58,6 @@ This function also makes sure that the HISTFILE is disabled 
for local shells."
 
 ;;;; Commands
 
-;;;###autoload
 (defun detached-shell-send-input (&optional detach)
   "Create a session and attach to it unless DETACH."
   (interactive "P")
@@ -68,7 +67,6 @@ This function also makes sure that the HISTFILE is disabled 
for local shells."
          (comint-input-sender #'detached-shell--create-input-sender))
     (comint-send-input)))
 
-;;;###autoload
 (defun detached-shell-attach-session (session)
   "Attach to SESSION.
 
diff --git a/detached-vterm.el b/detached-vterm.el
index 05b0ef01be..16d51489cb 100644
--- a/detached-vterm.el
+++ b/detached-vterm.el
@@ -47,7 +47,6 @@
 
 ;;;; Commands
 
-;;;###autoload
 (defun detached-vterm-send-input (&optional detach)
   "Create a `detached' session.
 
@@ -64,7 +63,6 @@ Optionally DETACH from it."
     (vterm-send-C-e)
     (vterm-send-return)))
 
-;;;###autoload
 (defun detached-vterm-attach (session)
   "Attach to an active `detached' SESSION."
   (interactive
@@ -80,7 +78,6 @@ Optionally DETACH from it."
     (process-send-string vterm--process (detached--shell-command session t))
     (vterm-send-return)))
 
-;;;###autoload
 (defun detached-vterm-detach ()
   "Detach from a `detached' session."
   (interactive)



reply via email to

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