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

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

[elpa] externals/multishell 19901e0 20/23: Mark for autoloading some mul


From: Stefan Monnier
Subject: [elpa] externals/multishell 19901e0 20/23: Mark for autoloading some multishell functions used by multishell-list.
Date: Sun, 29 Nov 2020 23:19:40 -0500 (EST)

branch: externals/multishell
commit 19901e0a9564ba5d4dedfd6cc1095784a865f745
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    Mark for autoloading some multishell functions used by multishell-list.
---
 multishell.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multishell.el b/multishell.el
index 2faf297..1ed5652 100644
--- a/multishell.el
+++ b/multishell.el
@@ -304,6 +304,7 @@ Returns non-nil iff any changes were made."
             did-revisions t))
     did-revisions))
 
+;;;###autoload
 (defun multishell-history-entries (name)
   "Return `multishell-history' entry that starts with NAME, or nil if none."
   (let (got)
@@ -826,6 +827,7 @@ Returns nil for empty parts, rather than the empty string."
   (if (not (string= (substring name -1) "*"))
       (setq name (concat name "*")))
   name)
+;;;###autoload
 (defun multishell-unbracket (name)
   "Return a copy of name, removing asterisks, if any, at beginning and end."
   (if (string= (substring name 0 1) "*")



reply via email to

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